IJobStore 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.Spi
Assembly: Quartz (in Quartz.dll) Version: 2.2.1.400
Syntax

void ResumeAll()
See Also