IJobListener MembersQuartz.NET API Documentation

The IJobListener type exposes the following members.

Methods

  NameDescription
Public methodJobExecutionVetoed
Called by the IScheduler when a JobDetail was about to be executed (an associated Trigger has occured), but a ITriggerListener vetoed it's execution.
Public methodJobToBeExecuted
Called by the IScheduler when a JobDetail is about to be executed (an associated Trigger has occured).

This method will not be invoked if the execution of the Job was vetoed by a ITriggerListener.

Public methodJobWasExecuted
Called by the IScheduler after a JobDetail has been executed, and be for the associated Trigger's Triggered(ICalendar) method has been called.
Top
Properties

  NameDescription
Public propertyName
Get the name of the IJobListener.
Top
See Also