ReplicationStarted

data class ReplicationStarted(val repNumber: Int, val totalReplications: Int) : RunEvent(source)

Emitted by Runner immediately before model.runNextReplication() is called for replication repNumber.

Constructors

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

Properties

Link copied to clipboard

1-based index of the replication about to execute

Link copied to clipboard

total replications requested for this run