A reason why the scheduler
stops. A stopping-cause
contains:
context
data describing the context of the stopping-criteria
, note its schema is defined freely by each stopping-definition
.current-event
the event that is about to be executed now. It could be null, if future-event is nil and no first event found.stopping-criteria
telling the intent of the user to stop.A reason why the `scheduler` stops. A `stopping-cause` contains: * `context` data describing the context of the `stopping-criteria`, note its schema is defined freely by each `stopping-definition`. * `current-event` the event that is about to be executed now. It could be null, if future-event is nil and no first event found. * `stopping-criteria` telling the intent of the user to stop. ![Entities](archi/simulation_engine/stopping_cause.png)
cljdoc is a website building & hosting documentation for Clojure/Script libraries
× close