TaskStatus

case class TaskStatus(lastRun: Option[Long], timesRun: Int, nextRun: Option[Long], nextSchedule: Option[FiniteDuration])
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any

Value members

Concrete methods

def schedule(duration: FiniteDuration): TaskStatus

Inherited methods

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