class documentation

class ExecutionRunState(object): (source)

View In Hierarchy

Enumeration of the available operator run states.

Constant COMPLETED Undocumented
Constant FAILED Undocumented
Constant QUEUED Undocumented
Constant RUNNING Undocumented
Constant SCHEDULED Undocumented
COMPLETED: str = (source)

Undocumented

Value
'completed'

Undocumented

Value
'failed'

Undocumented

Value
'queued'

Undocumented

Value
'running'
SCHEDULED: str = (source)

Undocumented

Value
'scheduled'