state property

String? state
getter/setter pair

The current state of the Replay.

Output only. Possible string values are:

  • "STATE_UNSPECIFIED" : The state is unspecified.
  • "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.

Implementation

core.String? state;