ExecutionTerminationMode Enumeration
Defines the various ways in which XJEase execution can terminate.
Namespace: XJTAG.Integration.XJRunner
Syntax
public enum ExecutionTerminationMode
Members
Fields
| Name | Description |
|---|---|
| Aborted | The function ended because the execution was stopped by the user. |
| BrokenChain | The function ended prematurely because of a broken chain. |
| Exit | The function ended because the XJEase code called EXIT. |
| Returned | The function ended its execution normally, either by reaching the end of the function or calling RETURN. |
| RuntimeError | The function ended prematurely because of some other runtime error (for example, a hardware error). |
| XJEaseRuntimeError | The function ended prematurely because of an XJEase runtime error. |
Methods
| Name | Description |
|---|---|
| CompareTo (from Enum) | |
| Equals (from Enum) | |
| Finalize (from object) | |
| GetHashCode (from Enum) | |
| GetType (from object) | |
| GetTypeCode (from Enum) | |
| HasFlag (from Enum) | |
| MemberwiseClone (from object) | |
| ToString() (from Enum) | |
| ToString(IFormatProvider) (from Enum) | |
| ToString(string) (from Enum) | |
| ToString(string, IFormatProvider) (from Enum) |
XJTAG v4.2.0
