QuartzSchedulerNotifySchedulerListenersPausedTriggers Method

Quartz.NET 3.0 API Documentation
Notifies the scheduler listeners about paused trigger.

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

C#
public virtual Task NotifySchedulerListenersPausedTriggers(
	string group,
	CancellationToken cancellationToken = null
)

Parameters

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

Return Value

Type: Task

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

See Also

Reference