BaseScanControllerAbortExecution Method |
Aborts all ongoing executions.
Namespace: RAYLASE.Marker.Device.ScanControllerAssembly: RAYLASE.Marker.Device (in RAYLASE.Marker.Device.dll) Version: 2.19.0
Syntaxpublic 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