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