QuartzScheduler NotifyJobListenersWasVetoed Method Quartz.NET API Documentation
Notifies the job listeners that job exucution was vetoed.

Namespace: Quartz.Core
Assembly: Quartz (in Quartz.dll) Version: 2.2.1.400
Syntax

public virtual void NotifyJobListenersWasVetoed(
	IJobExecutionContext jec
)
See Also