IJobStore PauseTriggers Method Quartz.NET API Documentation
Pause all of the ITriggers in the given group.

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

ISet<string> PauseTriggers(
	GroupMatcher<TriggerKey> matcher
)

Parameters

matcher
Type: Quartz.Impl.Matchers GroupMatcher TriggerKey 

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

Return Value

Type: ISet String 

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

Remarks

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