IScheduler IsTriggerGroupPaused Method Quartz.NET API Documentation
returns true if the given TriggerGroup is paused

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

bool IsTriggerGroupPaused(
	string groupName
)

Parameters

groupName
Type: System String

[Missing <param name="groupName"/> documentation for "M:Quartz.IScheduler.IsTriggerGroupPaused(System.String)"]

Return Value

Type: Boolean

[Missing <returns> documentation for "M:Quartz.IScheduler.IsTriggerGroupPaused(System.String)"]

See Also