Enum ExecutionState
The Execution state.
Namespace: OmicronLab.MaterialAnalyzer.AutomationInterface.Enumerations
Assembly: OmicronLab.MaterialAnalyzer.AutomationInterface.dll (1.60.627.0)
Syntax
public enum ExecutionState
Fields
Name | Description |
---|---|
DeviceIsBusy = 3 | The device is busy with another task and not ready to execute another measurement. |
Error = 2 | An unknown error occurred. |
NotSupportedForCurrentTestCell = 4 | Execution not supported for current test cell type. |
Ok = 0 | Execution Ok. |
Stopped = 1 | Execution was stopped by the user. |