Click or drag to resize

BaseJobExecutorProfileDisableLog Property

Flags to indicate whether logging should be disabled in the executors. This can help reducing the amount of writing to the log file.

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

Property Value

Boolean
See Also