IScheduler IsStarted Property Quartz.NET API Documentation
Whether the scheduler has been started.

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

bool IsStarted { get; }

Property Value

Type: Boolean
Remarks

Note: This only reflects whether Start  has ever been called on this Scheduler, so it will return   even if the IScheduler is currently in standby mode or has been since shutdown.
See Also