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

Namespace: Quartz.Spi
Assembly: Quartz (in Quartz.dll) Version: 2.2.4.0
Syntax

void PauseJob(
	JobKey jobKey
)

Parameters

jobKey
Type: Quartz JobKey

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

See Also