ScenarioReplicationStarted

data class ScenarioReplicationStarted(val scenarioName: String, val repNumber: Int, val totalReplications: Int) : RunEvent(source)

Emitted by ScenarioOrchestrator immediately before scenario scenarioName begins replication repNumber. Carries the same payload as ReplicationStarted but tagged with the scenario name, so multi-scenario consumers (the Scenario app's GUI in particular) can attribute per-replication progress to the right row.

Constructors

Link copied to clipboard
constructor(scenarioName: String, repNumber: Int, totalReplications: Int)

Properties

Link copied to clipboard

1-based index of the replication about to execute

Link copied to clipboard

scenario whose replication is starting

Link copied to clipboard

total replications for this scenario