IJobDetailDurable Property

Quartz.NET 3.0 API Documentation
Whether or not the IJob should remain stored after it is orphaned (no ITriggers point to it).

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

C#
bool Durable { get; }

Return Value

Type: Boolean
if the Job should remain persisted after being orphaned.
Remarks

If not explicitly set, the default value is .
See Also

Reference