IJobDetail Durable Property Quartz.NET 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: 2.2.1.400
Syntax

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