Class State (0.3.5)

State(value)

The current state of the run.

Values: UNKNOWN (0): The state is unknown. The true state may be any of the below or a different state that is not supported here explicitly. STARTED (1): The run is still executing. COMPLETED (2): The run completed. FAILED (3): The run failed. ABORTED (4): The run aborted.