IJobStore TriggeredJobComplete Method Quartz.NET API Documentation
Inform the IJobStore that the scheduler has completed the firing of the given ITrigger (and the execution its associated IJob), and that the JobDataMap in the given IJobDetail should be updated if the IJob is stateful.

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

void TriggeredJobComplete(
	IOperableTrigger trigger,
	IJobDetail jobDetail,
	SchedulerInstruction triggerInstCode
)

Parameters

trigger
Type: Quartz.Spi IOperableTrigger

[Missing <param name="trigger"/> documentation for "M:Quartz.Spi.IJobStore.TriggeredJobComplete(Quartz.Spi.IOperableTrigger,Quartz.IJobDetail,Quartz.SchedulerInstruction)"]

jobDetail
Type: Quartz IJobDetail

[Missing <param name="jobDetail"/> documentation for "M:Quartz.Spi.IJobStore.TriggeredJobComplete(Quartz.Spi.IOperableTrigger,Quartz.IJobDetail,Quartz.SchedulerInstruction)"]

triggerInstCode
Type: Quartz SchedulerInstruction

[Missing <param name="triggerInstCode"/> documentation for "M:Quartz.Spi.IJobStore.TriggeredJobComplete(Quartz.Spi.IOperableTrigger,Quartz.IJobDetail,Quartz.SchedulerInstruction)"]

See Also