Click or drag to resize

BaseScanControllerAbortExecution Method

Aborts all ongoing executions.

Namespace: RAYLASE.Marker.Device.ScanController
Assembly: RAYLASE.Marker.Device (in RAYLASE.Marker.Device.dll) Version: 2.19.0
Syntax
C#
public abstract void AbortExecution(
	bool forceStopStandAlone = false
)

Parameters

forceStopStandAlone  Boolean  (Optional)
If Stand-Alone mode is using an error list, a normal abort will result in restarting the Stand-Alone list. If true, error list will not be entered on abort.
See Also