Class State (1.50.0)

State(value)

Describes the state of the Execution.

Enum 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.

Methods

State

State(value)

Describes the state of the Execution.

Enum 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.