IScheduler CheckExists Method (JobKey)Quartz.NET API Documentation
Determine whether a IJob with the given identifier already exists within the scheduler.

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

bool CheckExists(
	JobKey jobKey
)

Return Value

Type: Boolean
true if a Job exists with the given identifier
See Also