floodsim.controller.SchedulerState
Possible states of the simulation scheduler.
Attributes
-
Graph
-
-
Supertypes
-
trait Enum
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
Members list
Scheduler is not running and no tasks are scheduled.
Scheduler is not running and no tasks are scheduled.
Attributes
Scheduler has been temporarily paused but can be restarted.
Scheduler has been temporarily paused but can be restarted.
Attributes
Scheduler is actively executing scheduled tasks.
Scheduler is actively executing scheduled tasks.
Attributes