Scenario Completed
data class ScenarioCompleted(val scenarioName: String, val index: Int, val totalScenarios: Int, val snapshot: SimulationSnapshot.ExperimentCompleted?) : RunEvent(source)
Emitted by ScenarioOrchestrator after each scenario completes (or fails).
Events are emitted in scenario-index order during the sequential commit phase of ConcurrentScenarioRunner, after all scenarios have finished executing.
Constructors
Link copied to clipboard
constructor(scenarioName: String, index: Int, totalScenarios: Int, snapshot: SimulationSnapshot.ExperimentCompleted?)