ISchedulerListenerJobsPaused Method

Quartz.NET 3.0 API Documentation
Called by the IScheduler when a group of IJobDetails has been paused.

If all groups were paused, then the parameter will be null. If all jobs were paused, then both parameters will be null.

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

C#
Task JobsPaused(
	string jobGroup,
	CancellationToken cancellationToken = null
)

Parameters

jobGroup
Type: SystemString
The job group.
cancellationToken (Optional)
Type: System.ThreadingCancellationToken
The cancellation instruction.

Return Value

Type: Task

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

See Also

Reference