Options
All
  • Public
  • Public/Protected
  • All
Menu

Enumeration SimulationState

Represents the current simulation state.

Index

Enumeration members

Enumeration members

Finished

Finished: = 1

The simulation has finished execution. It can be re-started by calling the Simulation.start method.

Paused

Paused: = 0

The simulation is paused but has not finished yet. It can be started by calling the Simulation.start method.

Running

Running: = 2

The simulation is running. It can be stopped by calling the Simulation.stop method.

Generated using TypeDoc