FiredTriggerRecordFireInstanceState Property

Quartz.NET 3.0 API Documentation
Gets or sets the state of the fire instance.

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

C#
public virtual string FireInstanceState { get; set; }

Property Value

Type: String
The state of the fire instance.
See Also

Reference