Interface ICompletable
Defines an object that can be completed.
public interface ICompletable
Properties
Status
Gets the completion status of the instance.
CompletionStatus Status { get; }
Defines an object that can be completed.
public interface ICompletable
Gets the completion status of the instance.
CompletionStatus Status { get; }