TaskStatus Enum
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Defines the execution status of a task.
public enum class TaskStatus
public enum TaskStatus
Public Enum TaskStatus
- Inheritance
-
TaskStatus
Fields
Name | Value | Description |
---|---|---|
NotStarted | 0 | The execution of the task is not started. |
InProgress | 1 | The execution of the task is in progress. |
Completed | 2 | The execution of the task is completed. |
WaitingOnOthers | 3 | The execution of the task is waiting on others. |
Deferred | 4 | The execution of the task is deferred. |