Class State (1.22.1)

State(value)

Describes the state of the Execution.

Values: STATE_UNSPECIFIED (0): Unspecified Execution state NEW (1): The Execution is new RUNNING (2): The Execution is running COMPLETE (3): The Execution has finished running FAILED (4): The Execution has failed CACHED (5): The Execution completed through Cache hit. CANCELLED (6): The Execution was cancelled.

Inheritance

builtins.object > builtins.int > builtins.object > enum.Enum > enum.IntEnum > proto.enums.Enum > State