QuartzScheduler ResumeAll Method Quartz.NET API Documentation
Resume (un-pause) all triggers - equivalent of calling ResumeTriggers(GroupMatcher TriggerKey ) on every group.

If any ITrigger missed one or more fire-times, then the ITrigger's misfire instruction will be applied.

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

public virtual void ResumeAll()

Implements

IRemotableQuartzScheduler ResumeAll 
See Also