TaskStatus - перечисление

Defines the execution status of a task.

Definition

Пространство имён: Tessa.Exchange.WebServices.Data
Сборка: Tessa.Server (в Tessa.Server.dll) Версия: 3.6.0.22
C#
public enum TaskStatus

Члены

NotStarted0 The execution of the task is not started.
InProgress1 The execution of the task is in progress.
Completed2 The execution of the task is completed.
WaitingOnOthers3 The execution of the task is waiting on others.
Deferred4 The execution of the task is deferred.

См. также