state property
The current state of the Replay.
Output only. Possible string values are:
- "STATE_UNSPECIFIED" : The state is unspecified.
- "PENDING" : The
Replayhas not started yet. - "RUNNING" : The
Replayis currently running. - "SUCCEEDED" : The
Replayhas successfully completed. - "FAILED" : The
Replayhas finished with an error.
Implementation
core.String? state;