QuartzScheduler NotifySchedulerListenersPausedJob Method Quartz.NET API Documentation
Notifies the scheduler listeners about paused job.

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

public virtual void NotifySchedulerListenersPausedJob(
	JobKey jobKey
)

Parameters

jobKey
Type: Quartz JobKey

[Missing <param name="jobKey"/> documentation for "M:Quartz.Core.QuartzScheduler.NotifySchedulerListenersPausedJob(Quartz.JobKey)"]

See Also