CronJobStatus
CronJobStatus represents the current state of a cron job.
- Source:
- CronJobStatus.scala
Value members
Concrete methods
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