IScheduler Interrupt Method Quartz.NET API Documentation
Overload List

  NameDescription
Public methodInterrupt(String)
Request the interruption, within this Scheduler instance, of the identified executing job instance, which must be an implementor of the IInterruptableJob interface.
Public methodInterrupt(JobKey)
Request the interruption, within this Scheduler instance, of all currently executing instances of the identified IJob, which must be an implementor of the IInterruptableJob interface.
Top
See Also