ReadonlycontextReadonlycronsReadonlycronProtected ReadonlylastProtected ReadonlylogReadonlyoptionsProtected ReadonlytimeoutsProtected ReadonlyuncaughtProtected ReadonlyunhandledClean up resources and stop all crons.
Pause all cron jobs. This does not affect any currently running crons. It merely prevents the next scheduled executions from running.
Pause a specific cron job. This does not affect any currently running jobs for the cron. It merely prevents the next scheduled execution from running.
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.
ProtectedsetSet the next iteration of the given cron.
Optionalimmediate: booleanOptionalpreviousScheduledAt: {}
The return class from running cron jobs. Can be used to pause all crons, receive events, start specific crons, etc.