JobExecutionException RefireImmediately Property Quartz.NET API Documentation
Gets or sets a value indicating whether to refire immediately.

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

public virtual bool RefireImmediately { get; set; }

Property Value

Type: Boolean
true if to refire immediately; otherwise, false.
See Also