JobSchedulingDataProcessor ScheduledJobs Property Quartz.NET API Documentation
Returns a IDictionary of scheduled jobs.

The key is the job name and the value is a JobSchedulingBundle containing the JobDetail and Trigger.

Namespace: Quartz.Xml
Assembly: Quartz (in Quartz.dll) Version: 1.0.3.3
Syntax

public virtual IDictionary ScheduledJobs { get; }

Return Value

Type: IDictionary
a IDictionary of scheduled jobs.
See Also