Class State (0.1.12)

State(value)

The current state of the Replay.

Enums

Name Description
STATE_UNSPECIFIED Default value. This value is unused.
PENDING The `Replay` has not started yet.
RUNNING The `Replay` is currently running.
SUCCEEDED The `Replay` has successfully completed.
FAILED The `Replay` has finished with an error.