IJobStore GetPausedTriggerGroups Method Quartz.NET API Documentation
Gets the paused trigger groups.

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

ISet<string> GetPausedTriggerGroups()

Return Value

Type: ISet String 

[Missing <returns> documentation for "M:Quartz.Spi.IJobStore.GetPausedTriggerGroups"]

See Also