Click or drag to resize

BaseScanControllerMarkInProgressEnabled Property

Returns true if the device is generating a mark in progress signal.

Namespace: RAYLASE.Marker.Device.ScanController
Assembly: RAYLASE.Marker.Device (in RAYLASE.Marker.Device.dll) Version: 2.19.0
Syntax
C#
public abstract bool MarkInProgressEnabled { get; }

Property Value

Boolean
Remarks
In contrast to execution in progress, mark in progress is deasserted while waiting for input or part sensor.
See Also