Enum ExchangeTaskStatus

ExchangeTaskStatus enumeration

Enumerates the task statuses.

public enum ExchangeTaskStatus

Values

NameValueDescription
NotStarted0Specifies that the task is not started.
Completed1Specifies that the task is completed.
Deferred2Specifies that the task is deferred.
InProgress3Specifies that the task is in progress.
WaitingOnOthers4Specifies that the task is waiting on others.

See Also