IJobStore PauseJobs Method Quartz.NET API Documentation
Pause all of the IJobs in the given group - by pausing all of their ITriggers.

The JobStore should "remember" that the group is paused, and impose the pause on any new jobs that are added to the group while the group is paused.

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

IList<string> PauseJobs(
	GroupMatcher<JobKey> matcher
)

Parameters

matcher
Type: Quartz.Impl.Matchers GroupMatcher JobKey 

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

Return Value

Type: IList String 

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

See Also