Enum TaskStatus
Status values for a task
Namespace: Sdl.ProjectAutomation.Core
Assembly: Sdl.ProjectAutomation.Core.dll
Syntax
public enum TaskStatus
Fields
| Name | Description |
|---|---|
| Assigned | For manual task, the task has been assigned to a user, but not yet accepted. For automatic task, the task has been scheduled for execution, but not yet started by the Execution Server. |
| Cancelled | The task has been cancelled. |
| Cancelling | The task is being cancelled, but the cancellation process has not yet completed. |
| Completed | The task has been successfully completed. |
| Created | Task has been created but not yet assigned or started. |
| Failed | Processing of an automatic task failed. |
| Invalid | Value has not been set. |
| Rejected | A manual task has been rejected by the user it was assigned to. |
| Started | For manual task, the task has been accepted by a user. For automatic task, the execution of the task has been started by the Execution Server. |