CronJobStatusPatch

data class CronJobStatusPatch(val active: List<ObjectReferencePatch>? = null, val lastScheduleTime: String? = null, val lastSuccessfulTime: String? = null)

CronJobStatus represents the current state of a cron job.

Constructors

Link copied to clipboard
constructor(active: List<ObjectReferencePatch>? = null, lastScheduleTime: String? = null, lastSuccessfulTime: 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.

Link copied to clipboard

Information when was the last time the job successfully completed.