IJobStoreEstimatedTimeToReleaseAndAcquireTrigger Property

Quartz.NET 3.0 API Documentation
How long (in milliseconds) the IJobStore implementation estimates that it will take to release a trigger and acquire a new one.

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

C#
long EstimatedTimeToReleaseAndAcquireTrigger { get; }

Property Value

Type: Int64
See Also

Reference