Simulation

object Simulation
Companion
class
class Object
trait Matchable
class Any

Type members

Classlikes

final case
class SimulationStoppingException(cause: Throwable) extends Exception

Exception used when the simulation is stopping.

Exception used when the simulation is stopping.

Value Params
cause

An optional underlying cause.

final case
class TaskAbortedException(cause: Throwable) extends Exception

Exception used when aborting a Task.

Exception used when aborting a Task.

Value Params
cause

An optional underlying cause.