The possible states of an asynchronous task.
Member | Value | Description |
---|---|---|
MFTaskStateCanceled | 4 | Task processing has been canceled. |
MFTaskStateCompleted | 2 | The task has been successfully processed. |
MFTaskStateFailed | 3 | Processing the task has failed. |
MFTaskStateInProgress | 1 | The task is currently being processed. |
MFTaskStateNone | 5 | State information does not apply to this task. |
MFTaskStateWaiting | 0 | The initial state. The task is pending for processing. |