ScenarioRunState type
Enum of the scenario run state.
KnownScenarioRunState can be used interchangeably with ScenarioRunState,
this enum contains the known values that the service supports.
Known values supported by the service
Queued: The scenario run has been queued and is waiting to start.
Resolving: The scenario run is in the process of being resolved.
Generating: The scenario run is in the process of being generated.
Validating: The scenario run is in the process of being validated.
ValidationSucceeded: The scenario run validation has completed successfully.
Starting: The scenario run is in the process of being started.
Preparing: The scenario run is in the process of being prepared.
Running: The scenario run is in the process of running.
CleaningUp: The scenario run is in the process of being cleaned up.
Canceling: The scenario run is in the process of being canceled.
Canceled: The scenario run has been canceled.
Succeeded: The scenario run has completed successfully.
Failed: The scenario run has failed.
type ScenarioRunState = string