Completed

case
class Completed(time: Long, tasks: Seq[TaskInstance])

Informs a Task has completed

Value Params
task

The completed Task.

time

The (virtual) time of completion.

See also
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