IJobStore ResumeJobs Method Quartz.NET API Documentation
Resume (un-pause) all of the IJobs in the given group.

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

ISet<string> ResumeJobs(
	GroupMatcher<JobKey> matcher
)

Parameters

matcher
Type: Quartz.Impl.Matchers GroupMatcher JobKey 

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

Return Value

Type: ISet String 

[Missing <returns> documentation for "M:Quartz.Spi.IJobStore.ResumeJobs(Quartz.Impl.Matchers.GroupMatcher{Quartz.JobKey})"]

See Also