IScheduler IsJobGroupPaused Method Quartz.NET API Documentation
returns true if the given JobGroup is paused

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

bool IsJobGroupPaused(
	string groupName
)

Parameters

groupName
Type: System String

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

Return Value

Type: Boolean

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

See Also