CronJobStatus

data class CronJobStatus(val active: List<ObjectReference>? = null, val lastScheduleTime: String? = null)

CronJobStatus represents the current state of a cron job.

Constructors

Link copied to clipboard
constructor(active: List<ObjectReference>? = null, lastScheduleTime: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

A list of pointers to currently running jobs.

Link copied to clipboard

Information when was the last time the job was successfully scheduled.