Method | Description | |
---|---|---|
AuditJobListener ( ) : System | ||
JobExecutionVetoed ( IJobExecutionContext context ) : void |
Called by the Schedule when a IJobDetail was about to be executed (an associated ITrigger has occured), but a ITriggerListener vetoed it's execution.
|
|
JobToBeExecuted ( IJobExecutionContext context ) : void |
Called by the Scheduler 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.
|
|
JobWasExecuted ( IJobExecutionContext context, Quartz.JobExecutionException jobException ) : void |
Called by the Scheduler after a IJobDetail has been executed, and be for the associated ITrigger's IOperableTrigger.Triggered method has been called.
|
Method | Description | |
---|---|---|
GetAuditLog ( string action, IJobExecutionContext context ) : |
public JobExecutionVetoed ( IJobExecutionContext context ) : void | ||
context | IJobExecutionContext | |
return | void |
public JobToBeExecuted ( IJobExecutionContext context ) : void | ||
context | IJobExecutionContext | |
return | void |
public JobWasExecuted ( IJobExecutionContext context, Quartz.JobExecutionException jobException ) : void | ||
context | IJobExecutionContext | |
jobException | Quartz.JobExecutionException | |
return | void |