Task

case class Task(node: String, id: String, `type`: String, action: String, status: TaskStatus, description: String, start_time_in_millis: Long, running_time_in_nanos: Long, cancellable: Boolean)
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any

Value members

Concrete methods

def runningTime: FiniteDuration

Inherited methods

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