-
- All Implemented Interfaces:
-
java.io.Serializable,java.lang.Comparable
public enum StatusThis enum represents the possible states in which a Simulation could be.
-
-
Enum Constant Summary
Enum Constants Enum Constant Description INITThe simulation is being initialized.
READYThe simulation is ready to be started.
PAUSEDThe simulation is paused. It can be resumed.
RUNNINGThe simulation is currently running.
TERMINATEDThe simulation is stopped. It is no longer possible to resume it.
-