CommandState Enum

The state of the command. This is ignored if submitted.

Inheritance
builtins.str
CommandState
CommandState

Constructor

CommandState(value, names=None, *, module=None, qualname=None, type=None, start=1, boundary=None)

Fields

ACCEPTED
FAILED
RUNNING
SUCCEEDED
UNKNOWN