ETaskDetach

case
class ETaskDetach(source: String, time: Long, task: TaskInstance, resource: String, cost: Double) extends Event

A TaskInstance was detached from a TaskResource as it finished.

Value Params
cost

The resource cost associated with this task and resource.

resource

The involved TaskResource.

task

The TaskInstance that was detached.

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