io.github.srs.model.logic.PauseLogic
Logic for handling simulation status changes: pause.
Type parameters
-
S
-
the type of the simulation state.
Attributes
-
Graph
-
-
Supertypes
-
class Object
trait Matchable
class Any
Members list
Pauses the simulation by updating its status.
Pauses the simulation by updating its status.
Value parameters
-
s
-
the current simulation state.
Attributes
-
Returns
-
an cats.effect.IO effect that produces the updated simulation state with status set to io.github.srs.model.SimulationConfig.SimulationStatus.PAUSED.