QuartzScheduler PauseJob Method Quartz.NET API Documentation
Pause the IJobDetail with the given name - by pausing all of its current ITriggers.

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

public virtual void PauseJob(
	JobKey jobKey
)

Parameters

jobKey
Type: Quartz JobKey

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

Implements

IRemotableQuartzScheduler PauseJob(JobKey)
See Also