EngineStatus
enum EngineStatus
It represent the current status of the engine of the simulation.
trait Enum
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Type members
Enum entries
EngineStatus.PAUSED means that the simulation engine is in a paused state, no event logics (unless the interested ones Events.Event.interested), no updates will be computed on it.
EngineStatus.PAUSED means that the simulation engine is in a paused state, no event logics (unless the interested ones Events.Event.interested), no updates will be computed on it.
EngineStatus.RUNNING means that the simulation is currently running.
EngineStatus.RUNNING means that the simulation is currently running.