ISchedulerIsTriggerGroupPaused Method

Quartz.NET 3.0 API Documentation
returns true if the given TriggerGroup is paused

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

C#
Task<bool> IsTriggerGroupPaused(
	string groupName,
	CancellationToken cancellationToken = null
)

Parameters

groupName
Type: SystemString

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

cancellationToken (Optional)
Type: System.ThreadingCancellationToken
The cancellation instruction.

Return Value

Type: TaskBoolean

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

See Also

Reference