QuartzSchedulerNotifyTriggerListenersComplete Method

Quartz.NET 3.0 API Documentation
Notifies the trigger listeners of completion.

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

C#
public virtual Task NotifyTriggerListenersComplete(
	IJobExecutionContext jec,
	SchedulerInstruction instCode,
	CancellationToken cancellationToken = null
)

Parameters

jec
Type: QuartzIJobExecutionContext
The job execution context.
instCode
Type: QuartzSchedulerInstruction
The instruction code to report to triggers.
cancellationToken (Optional)
Type: System.ThreadingCancellationToken
The cancellation instruction.

Return Value

Type: Task

[Missing <returns> documentation for "M:Quartz.Core.QuartzScheduler.NotifyTriggerListenersComplete(Quartz.IJobExecutionContext,Quartz.SchedulerInstruction,System.Threading.CancellationToken)"]

See Also

Reference