ManualResetCompletionSourceStatus
Represents status of ManualResetCompletionSource.
Activated = 1
The task is constructed.
Consumed = 3
The task has been consumed to the source can be reset to its initial state.
The source is ready to use.
The source has been completed and waiting for consumption of the result.