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

If any ITrigger 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.4.0
Syntax

IList<string> ResumeTriggers(
	GroupMatcher<TriggerKey> matcher
)

Parameters

matcher
Type: Quartz.Impl.Matchers GroupMatcher TriggerKey 

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

Return Value

Type: IList String 

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

See Also