Started

sealed class Started : RunEvent(source)

Sealed parent of every "the run has started" event.

Concrete variants — ReplicationRunStarted, ScenarioRunStarted, ExperimentRunStarted, OptimizationRunStarted — carry a count field appropriate to their execution mode, but all share runId, modelIdentifier, and startTime. GUIs that only need a uniform "the run is now running" signal can match is RunEvent.Started without distinguishing the variant.

Inheritors

Constructors

Link copied to clipboard
protected constructor()

Properties

Link copied to clipboard
abstract val modelIdentifier: String

the model identifier at submission time

Link copied to clipboard
abstract val runId: String

the unique run identifier assigned at submission time

Link copied to clipboard
abstract val startTime: Instant

wall-clock instant the run began executing