ISchedulerIsStarted Property

Quartz.NET 3.0 API Documentation
Whether the scheduler has been started.

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

C#
bool IsStarted { get; }

Property Value

Type: Boolean
Remarks

Note: This only reflects whether Start(CancellationToken) 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

Reference