IScheduler CheckExists Method Quartz.NET API Documentation
Overload List

  NameDescription
Public methodCheckExists(JobKey)
Determine whether a IJob with the given identifier already exists within the scheduler.
Public methodCheckExists(TriggerKey)
Determine whether a ITrigger with the given identifier already exists within the scheduler.
Top
See Also