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

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

void PauseJob(
	JobKey jobKey
)

Parameters

jobKey
Type: Quartz JobKey

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

See Also