Для изменения размера нажмите или перетащите

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

Defines the execution status of a task.

Пространство имён:  Tessa.Exchange.WebServices.Data
Сборка:  Tessa.Server (в Tessa.Server.dll) Версия: 3.5.0.19
Синтаксис
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.
См. также