Provides proof of a scheduled Dispatch job and allows its scheduling to be manipulated.
Cancels the job. For one-time jobs, if the job has already fired, calling this has no effect.
Pauses the job, preventing it from firing until resume is called.
resume
Resumes a job whose scheduling was paused with pause.
pause
Generated using TypeDoc
Provides proof of a scheduled Dispatch job and allows its scheduling to be manipulated.