Readonly
contextReadonly
cronsProtected
Readonly
logReadonly
optionsProtected
Readonly
pausedProtected
Readonly
timeoutsClean up resources and stop all crons.
Pause all cron jobs.
Pause a specific cron job.
false
if no cron by the given name was found or if the cron was already paused.
Resume all paused cron jobs.
Resume a specific cron job.
false
if no cron by the given name was found or if the cron was already resumed.
Protected
setSet the next iteration of the given cron.
Optional
immediate: boolean
The return class from running cron jobs. Can be used to pause all crons, receive events, start specific crons, etc.