Enum BulkTaskState
The state of the task.
Syntaxpublic enum BulkTaskState
Namespace: OptimaJet.Workflow.Core.Runtime.Bulk
Assembly: OptimaJet.Workflow.Core.dll
Fields
| Name | Description |
|---|---|
| Created | The task has not been started or the task execution has been canceled. |
| Running | The task has been started but is still in progress. |
| Completed | The task has been successfully completed and returned a result. |
| Failed | An exception was thrown during the execution of the task. |