IInterruptableJob Interrupt Method Quartz.NET API Documentation
Called by the IScheduler when a user interrupts the IJob.

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

void Interrupt()

Return Value

Type:
void (nothing) if job interrupt is successful.
See Also