IInterruptableJob MembersQuartz.NET API Documentation

The IInterruptableJob type exposes the following members.

Methods

  NameDescription
Public methodExecute
Called by the IScheduler when a ITrigger fires that is associated with the IJob.
(Inherited from IJob.)
Public methodInterrupt
Called by the IScheduler when a user interrupts the IJob.
Top
See Also