IScheduler ResumeJobs Method Quartz.NET API Documentation
Resume (un-pause) all of the IJobDetails in matching groups.

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

void ResumeJobs(
	GroupMatcher<JobKey> matcher
)

Parameters

matcher
Type: Quartz.Impl.Matchers GroupMatcher JobKey 

[Missing <param name="matcher"/> documentation for "M:Quartz.IScheduler.ResumeJobs(Quartz.Impl.Matchers.GroupMatcher{Quartz.JobKey})"]

Remarks

If any of the IJob s had ITrigger s that missed one or more fire-times, then the ITrigger's misfire instruction will be applied.
See Also