SimReady

case
class SimReady(simulation: String, tasks: Seq[Task], abort: Seq[UUID], lookahead: Lookahead) extends SimResponse

Response issued when the simulation is still running and waiting for virtual time to pass.

Value Params
abort

A sequence of IDs of existing tasks that need to be aborted.

lookahead

An updated Lookahead structure.

simulation

The name of the SimulationRef.

tasks

A sequence of new tasks to be added for scheduling.

trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any

Value members

Inherited methods

def productElementNames: Iterator[String]
Inherited from
Product
def productIterator: Iterator[Any]
Inherited from
Product