Contains the options given when scheduling callables and its current schedule and other state. This class should never be instantiated by the user.
Variables: |
|
---|
Makes the given changes to this job and saves it in the associated job store. Accepted keyword arguments are the same as the variables on this class.
See also
Temporarily suspend the execution of this job.
See also
Returns True if the referenced job is still waiting to be added to its designated job store.
Unschedules this job and removes it from its associated job store.
See also
Shortcut for switching the trigger on this job.
See also
Resume the schedule of this job if previously paused.
See also