Module: Google::Cloud::PolicySimulator::V1::Replay::State
- Defined in:
- proto_docs/google/cloud/policysimulator/v1/simulator.rb
Overview
The current state of the Replay.
Constant Summary collapse
- STATE_UNSPECIFIED =
Default value. This value is unused.
0- PENDING =
The
Replayhas not started yet. 1- RUNNING =
The
Replayis currently running. 2- SUCCEEDED =
The
Replayhas successfully completed. 3- FAILED =
The
Replayhas finished with an error. 4