QuartzScheduler Interrupt Method (JobKey)Quartz.NET API Documentation
Interrupt all instances of the identified InterruptableJob.

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

public virtual bool Interrupt(
	JobKey jobKey
)

Parameters

jobKey
Type: Quartz JobKey

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

Return Value

Type: Boolean

[Missing <returns> documentation for "M:Quartz.Core.QuartzScheduler.Interrupt(Quartz.JobKey)"]

Implements

IRemotableQuartzScheduler Interrupt(JobKey)
See Also