OcaTaskState

class OcaTaskState()

States of OcaTask object. State values change as a result of the object’s having received a comment or encountering processing events (e.g. completion).

OcaTaskState.None

type: OcaTaskState

Singleton object corresponding to the entry with value 0.

OcaTaskState.NotPrepared

type: OcaTaskState

Singleton object corresponding to the entry with value 1.

OcaTaskState.Disabled

type: OcaTaskState

Singleton object corresponding to the entry with value 2.

OcaTaskState.Enabled

type: OcaTaskState

Singleton object corresponding to the entry with value 3.

OcaTaskState.Running

type: OcaTaskState

Singleton object corresponding to the entry with value 4.

OcaTaskState.Completed

type: OcaTaskState

Singleton object corresponding to the entry with value 5.

OcaTaskState.Failed

type: OcaTaskState

Singleton object corresponding to the entry with value 6.

OcaTaskState.Stopped

type: OcaTaskState

Singleton object corresponding to the entry with value 7.

OcaTaskState.Aborted

type: OcaTaskState

Singleton object corresponding to the entry with value 8.