TaskStatusType Enumeration
The TaskStatusType enumeration identifies the status types of a task item.
Namespace: ExchangeWebServices
Assembly: EWS (in EWS.dll)
Syntax
'Declaration
<SerializableAttribute> _
Public Enumeration TaskStatusType
'Usage
Dim instance As TaskStatusType
[SerializableAttribute]
public enum TaskStatusType
Members
| Member name | Description | |
|---|---|---|
| NotStarted | Specifies that the task is not started. | |
| InProgress | Specifies that the task is in progress. | |
| Completed | Specifies that the task is completed. | |
| WaitingOnOthers | Specifies that the task is waiting on others. | |
| Deferred | Specifies that the task is deferred. |