TaskStatus - перечисление |
Пространство имён: Tessa.Exchange.WebServices.Data
public enum TaskStatus
Public Enumeration TaskStatus
public enum class TaskStatus
type TaskStatus
| Имя члена | Значение | Описание | |
|---|---|---|---|
| NotStarted | 0 | The execution of the task is not started. | |
| InProgress | 1 | The execution of the task is in progress. | |
| Completed | 2 | The execution of the task is completed. | |
| WaitingOnOthers | 3 | The execution of the task is waiting on others. | |
| Deferred | 4 | The execution of the task is deferred. |
Copyright © Syntellect 2022