ETaskDone

case
class ETaskDone(source: String, time: Long, task: TaskInstance) extends Event

A TaskInstance has finished.

Value Params
task

The TaskInstance that finished.

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

Value members

Inherited methods

def productElementNames: Iterator[String]
Inherited from
Product
def productIterator: Iterator[Any]
Inherited from
Product
override
def toString: String
Definition Classes
Event -> Any
Inherited from
Event