Click or drag to resize

PredefinedVariablesErrorCode Enumeration

Defines the error that occurred during the last list execution.

Namespace: RAYLASE.SPICE3
Assembly: RAYLASE.SPICE3 (in RAYLASE.SPICE3.dll) Version: 3.11.1
Syntax
C#
public enum ErrorCode
Members
Member nameDescription
NoError Indicates that no list execution error has occurred.
Aborted Indicates that list execution has been aborted.
OutOfField Indicates that an out-of-field error has occurred.
LaserAlarm Indicates that a laser alarm has occurred.
ScannerError Indicates that a scanner-monitoring error has occurred.
Unknown Indicates that an unknown or unspecified error has occurred.
See Also