Click or drag to resize

TaskState Enumeration

Indicates the current state of a task.

Namespace:  Ookii.Jumbo.Jet
Assembly:  Ookii.Jumbo.Jet (in Ookii.Jumbo.Jet.dll) Version: 2.0.0
Syntax
public enum TaskState
Members
  Member nameValueDescription
Created0 The task has been loaded by the job server, but has not been assigned to a task server yet.
Scheduled1 The task has been assigned to a task server, but has not been started yet.
Running2 The task server has been told to start executing the task.
Finished3 The task has finished executing successfully.
Error4 The task has encountered an error in its previous attempt.
Aborted5 The task was aborted (usually because the job failed).
See Also