QuartzSchedulerNotifySchedulerListenersPausedJobs Method

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

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

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

Parameters

group
Type: SystemString

[Missing <param name="group"/> documentation for "M:Quartz.Core.QuartzScheduler.NotifySchedulerListenersPausedJobs(System.String,System.Threading.CancellationToken)"]

cancellationToken (Optional)
Type: System.ThreadingCancellationToken

[Missing <param name="cancellationToken"/> documentation for "M:Quartz.Core.QuartzScheduler.NotifySchedulerListenersPausedJobs(System.String,System.Threading.CancellationToken)"]

Return Value

Type: Task

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

See Also

Reference