Workflow Engine .NET

Assembly: OptimaJet.Workflow.Core

Enum BulkTaskState

OptimaJet.Workflow.Core.Runtime.Bulk.BulkTaskState

The state of the task.

public enum BulkTaskState

Fields

Created = 0 #
The task has not been started or the task execution has been canceled.
Running = 1 #
The task has been started but is still in progress.
Completed = 2 #
The task has been successfully completed and returned a result.
Failed = 3 #
An exception was thrown during the execution of the task.