CronJobStatus

final case class CronJobStatus(active: Option[Seq[ObjectReference]], lastScheduleTime: Option[Time], lastSuccessfulTime: Option[Time])

CronJobStatus represents the current state of a cron job.

Companion:
object
Source:
CronJobStatus.scala
trait Product
trait Equals
class Object
trait Matchable
class Any

Value members

Concrete methods

Appends new values to active

Appends new values to active

Source:
CronJobStatus.scala

if active has a value, transforms to the result of function

if active has a value, transforms to the result of function

Source:
CronJobStatus.scala

if lastScheduleTime has a value, transforms to the result of function

if lastScheduleTime has a value, transforms to the result of function

Source:
CronJobStatus.scala

if lastSuccessfulTime has a value, transforms to the result of function

if lastSuccessfulTime has a value, transforms to the result of function

Source:
CronJobStatus.scala

Returns a new data with active set to new value

Returns a new data with active set to new value

Source:
CronJobStatus.scala

Returns a new data with lastScheduleTime set to new value

Returns a new data with lastScheduleTime set to new value

Source:
CronJobStatus.scala

Returns a new data with lastSuccessfulTime set to new value

Returns a new data with lastSuccessfulTime set to new value

Source:
CronJobStatus.scala

Inherited methods

Inherited from:
Product