QuartzScheduler Interrupt Method (String)Quartz.NET API Documentation
Interrupt all instances of the identified InterruptableJob executing in this Scheduler instance.

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

public bool Interrupt(
	string fireInstanceId
)

Parameters

fireInstanceId
Type: System String

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

Return Value

Type: Boolean

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

Implements

IRemotableQuartzScheduler Interrupt(String)
Remarks

This method is not cluster aware. That is, it will only interrupt instances of the identified InterruptableJob currently executing in this Scheduler instance, not across the entire cluster.
See Also