KnownScenarioRunState enum
Enum of the scenario run state.
Fields
| Canceled | The scenario run has been canceled. |
| Canceling | The scenario run is in the process of being canceled. |
| CleaningUp | The scenario run is in the process of being cleaned up. |
| Failed | The scenario run has failed. |
| Generating | The scenario run is in the process of being generated. |
| Preparing | The scenario run is in the process of being prepared. |
| Queued | The scenario run has been queued and is waiting to start. |
| Resolving | The scenario run is in the process of being resolved. |
| Running | The scenario run is in the process of running. |
| Starting | The scenario run is in the process of being started. |
| Succeeded | The scenario run has completed successfully. |
| Validating | The scenario run is in the process of being validated. |
| ValidationSucceeded | The scenario run validation has completed successfully. |