Enum TaskStatus
- Namespace
- Microsoft.Exchange.WebServices.Data
- Assembly
- Microsoft.Exchange.WebServices.dll
Defines the execution status of a task.
public enum TaskStatus
Fields
Completed = 2
The execution of the task is completed.
Deferred = 4
The execution of the task is deferred.
InProgress = 1
The execution of the task is in progress.
NotStarted = 0
The execution of the task is not started.
WaitingOnOthers = 3
The execution of the task is waiting on others.