Workflow Engine .NET

Assembly: OptimaJet.Workflow.Core

Enum BulkTaskState

OptimaJet.Workflow.Core.Runtime.Bulk.BulkTaskState

Describes the lifecycle state of a bulk task.

public enum BulkTaskState

Fields

Created = 0 #
The task has not been started yet.
Running = 1 #
The task is currently running and has not finished yet.
Completed = 2 #
The task has finished successfully.
Failed = 3 #
The task execution failed after an exception was thrown.