IOperableTriggerFireInstanceId Property

Quartz.NET 3.0 API Documentation
This method should not be used by the Quartz client.

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

C#
string FireInstanceId { get; set; }

Property Value

Type: String
Remarks

Usable by IJobStore implementations, in order to facilitate 'recognizing' instances of fired ITrigger s as their jobs complete execution.
See Also

Reference