ExecutionState Objects

Subclass of Enum.

This class enumerates the task execution states.

Constants:

getEnum(name) : ExecutionState

name (string) : the enumeration name

Returns the enumeration with the supplied name or None if no enumeration exists for the supplied name.

getValues() : ExecutionState[]

Returns an array containing all the valid values for this enumeration class.

e.isCompletedState() : boolean

Returns True if this state represents a task that is no longer executing. This true for SUCCESS, TERMINATED and ERROR states.