IJobListener MembersQuartz.NET API Documentation

The IJobListener type exposes the following members.

Methods

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

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 IJobDetail has been executed, and be for the associated IOperableTrigger's Triggered(ICalendar) method has been called.
Top
Properties

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