SimTimeAdvanced

data class SimTimeAdvanced(val simTime: Double, val eventsExecuted: Long) : RunEvent(source)

Carries the current simulation clock value and event execution count.

Defined here so the sealed hierarchy is stable, but not emitted in Phase 1. Emission requires a mechanism to bridge the Executive's synchronous event loop to the coroutine flow during a replication; that mechanism is deferred to a later phase.

Constructors

Link copied to clipboard
constructor(simTime: Double, eventsExecuted: Long)

Properties

Link copied to clipboard

cumulative events executed since experiment start

Link copied to clipboard

current value of the simulation clock