QuartzScheduler InStandbyMode Property Quartz.NET API Documentation
Reports whether the IScheduler is paused.

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

public virtual bool InStandbyMode { get; }

Property Value

Type: Boolean

Implements

IRemotableQuartzScheduler InStandbyMode
See Also