SimDone

case
class SimDone(simulation: String, result: Try[Any]) extends SimResponse

Response issued when the simulation has completed.

Value Params
result

The (successful or failed) result of the simulation.

simulation

The name of the SimulationRef.

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