Enum BatchTaskState
Namespace: SuperOffice.Data
Assembly: SoCore.dll
Syntax
[DataContract(Namespace = "http://www.superoffice.net/ws/crm/NetServer/11.9.0.0")]
public enum BatchTaskState
Fields
| Name | Description |
|---|---|
| All | 99999: Special type. |
| Aquired | 2: The task has been aquired by an instance that wants to execute the task, but has not been started. |
| Failed | 5: Executing the task has halted and the task failed. |
| New | 1: The task is new, but not assigned or run by any party. |
| Started | 3: The task is executing. |
| Succeeded | 4: Executing the task has completed successfully. |
| SucceededManualCleanup | 6: Executing the task has completed successfully, and related data will be cleaned up by the responsible code. |
| Unknown | 0: Unknown state of the task. |