JobStoreSupportIsTriggerGroupPaused Method

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

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

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

Parameters

groupName
Type: SystemString

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

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

Return Value

Type: TaskBoolean

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

Implements

IJobStoreIsTriggerGroupPaused(String, CancellationToken)
See Also

Reference