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

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

public virtual void PauseJobs(
	GroupMatcher<JobKey> groupMatcher
)

Parameters

groupMatcher
Type: Quartz.Impl.Matchers GroupMatcher JobKey 

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

Implements

IRemotableQuartzScheduler PauseJobs(GroupMatcher JobKey )
See Also