IScheduler PauseAll Method Quartz.NET API Documentation
Pause all triggers - similar to calling PauseTriggers(GroupMatcher TriggerKey ) 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.

Namespace: Quartz
Assembly: Quartz (in Quartz.dll) Version: 2.2.1.400
Syntax

void PauseAll()
Remarks

When ResumeAll  is called (to un-pause), trigger misfire instructions WILL be applied.
See Also