RunCompleted

data class RunCompleted(val summary: RunSummary) : RunEvent(source)

Terminal event — emitted when the run ends normally (all replications completed, execution-time limit reached, or the model stopped itself via endSimulation()). Always the last event on the flow.

Constructors

Link copied to clipboard
constructor(summary: RunSummary)

Properties

Link copied to clipboard

lightweight post-run summary; see RunSummary