Click or drag to resize

BaseJobExecutorProfilePrepareJobValidation Property

Adds the executed job elements to the JobsValidator. If true, RemoveJobDefinitionFromJobsValidator(JobDefinition) has to be called, before the job can be disposed.

Namespace: RAYLASE.Marker.Job.Executor
Assembly: RAYLASE.Marker.Job (in RAYLASE.Marker.Job.dll) Version: 2.19.0
Syntax
C#
public bool PrepareJobValidation { get; set; }

Property Value

Boolean
See Also