Click or drag to resize

BaseScanControllerSetExecutionInProgress Method

Note: This API is now obsolete.

Asserts or deasserts the execution in progress signal.

Namespace: RAYLASE.Marker.Device.ScanController
Assembly: RAYLASE.Marker.Device (in RAYLASE.Marker.Device.dll) Version: 2.34.0
Syntax
C#
[ObsoleteAttribute("Please use SetSpecialFunction instead.")]
public void SetExecutionInProgress(
	bool active
)

Parameters

active  Boolean
True if active.
See Also