Click or drag to resize

BaseImageProcessingAutomationIsExecutionWithTimeout Property

If true the execution of a job element is done with the timeout time defined in the job element, and the execution can be aborted. If false, both is not possible.

Namespace: RAYLASE.Marker.JobElement.ImageProcessing
Assembly: RAYLASE.Marker.JobElement (in RAYLASE.Marker.JobElement.dll) Version: 2.20.0
Syntax
C#
public bool IsExecutionWithTimeout { get; set; }

Property Value

Boolean
See Also