Enum CompletionStatus
Represents the state of a completable object.
public enum CompletionStatus
Fields
Failure = 2
The status of a completable object that has failed to complete.
Success = 1
The status of a completable object that has been successfully completed.
Unfinished = 0
The status of a completable object that is not yet completed.