Skip to main content

Enum BulkTaskState

The state of the task.

Syntax
public enum BulkTaskState

Namespace: OptimaJet.Workflow.Core.Runtime.Bulk

Assembly: OptimaJet.Workflow.Core.dll

Fields

NameDescription
CreatedThe task has not been started or the task execution has been canceled.
RunningThe task has been started but is still in progress.
CompletedThe task has been successfully completed and returned a result.
FailedAn exception was thrown during the execution of the task.

Extension Methods