Click or drag to resize

SPICE3DeviceAbortExecution Method

Aborts all ongoing executions.

Namespace: RAYLASE.MarkerPlugin.Devices.ScanController.SPICE3
Assembly: RAYLASE.MarkerPlugin (in RAYLASE.MarkerPlugin.dll) Version: 2.19.0
Syntax
C#
public override 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