Temporarily halts the Scheduler's firing of {@link Trigger}s.
When start() is called (to bring the scheduler out of stand-by mode), trigger misfire instructions will NOT be applied during the execution of the start() method - any misfires will be detected immediately afterward (by the JobStore's normal process).
The scheduler is not destroyed, and can be re-started at any time.
@see #start() @see #pauseAll() | |
| |
| |
| |
| |
| |
| |
| |
| |