SchedulerMetaData InStandbyMode Property Quartz.NET API Documentation
Reports whether the IScheduler is in standby mode.

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

public virtual bool InStandbyMode { get; }

Property Value

Type: Boolean
Remarks

Note: Started may return   even if InStandbyMode returns  .
See Also