ReplicationEnded

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

Emitted by Runner immediately after model.runNextReplication() returns for replication repNumber.

Constructors

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

Properties

Link copied to clipboard

1-based index of the replication that just completed

Link copied to clipboard

total replications requested for this run