TaskStatusType 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.
The TaskStatusType enumeration identifies the status types of a task item.
public enum class TaskStatusType
public enum TaskStatusType
Public Enum TaskStatusType
- Inheritance
-
TaskStatusType
Fields
Name | Value | Description |
---|---|---|
NotStarted | 0 | Specifies that the task is not started. |
InProgress | 1 | Specifies that the task is in progress. |
Completed | 2 | Specifies that the task is completed. |
WaitingOnOthers | 3 | Specifies that the task is waiting on others. |
Deferred | 4 | Specifies that the task is deferred. |
Remarks
This enumeration is used by the Status property of the TaskType object.