IJobDetailPersistJobDataAfterExecution Property

Quartz.NET 3.0 API Documentation
Whether the associated Job class carries the PersistJobDataAfterExecutionAttribute.

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

C#
bool PersistJobDataAfterExecution { get; }

Property Value

Type: Boolean
See Also

Reference