IJobListener JobExecutionVetoed Method Quartz.NET API Documentation
Called by the IScheduler when a IJobDetail was about to be executed (an associated ITrigger has occurred), but a ITriggerListener vetoed it's execution.

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

void JobExecutionVetoed(
	IJobExecutionContext context
)

Parameters

context
Type: Quartz IJobExecutionContext

[Missing <param name="context"/> documentation for "M:Quartz.IJobListener.JobExecutionVetoed(Quartz.IJobExecutionContext)"]

See Also