JobStoreSupportIsJobGroupPaused Method

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

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

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

Parameters

groupName
Type: SystemString

[Missing <param name="groupName"/> documentation for "M:Quartz.Impl.AdoJobStore.JobStoreSupport.IsJobGroupPaused(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.IsJobGroupPaused(System.String,System.Threading.CancellationToken)"]

Implements

IJobStoreIsJobGroupPaused(String, CancellationToken)
See Also

Reference