package cronJobStatus

CronJobStatus represents the current state of a cron job.

Index

Fields

fn withActive

withActive(active)

A list of pointers to currently running jobs.

fn withActiveMixin

withActiveMixin(active)

A list of pointers to currently running jobs.

Note: This function appends passed data to existing values

fn withLastScheduleTime

withLastScheduleTime(lastScheduleTime)

Time is a wrapper around time.Time which supports correct marshaling to YAML and JSON. Wrappers are provided for many of the factory methods that the time package offers.