Pause all triggers - similar to calling pauseTriggerGroup(group)
on every group, however, after using this method resumeAll()
must be called to clear the scheduler's state of 'remembering' that all new triggers will be paused as they are added.
When resumeAll()
is called (to un-pause), trigger misfire instructions WILL be applied.
|
|
|
|