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

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.

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

public virtual void ResumeJobs(
	GroupMatcher<JobKey> matcher
)

Parameters

matcher
Type: Quartz.Impl.Matchers GroupMatcher JobKey 

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

Implements

IRemotableQuartzScheduler ResumeJobs(GroupMatcher JobKey )
See Also