IJobStore CheckExists Method (TriggerKey)Quartz.NET API Documentation
Determine whether a ITrigger with the given identifier already exists within the scheduler.

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

bool CheckExists(
	TriggerKey triggerKey
)

Return Value

Type: Boolean
true if a trigger exists with the given identifier
Remarks

See Also