Enum StopState
The stop state.
Namespace: OmicronLab.MaterialAnalyzer.AutomationInterface.Enumerations
Assembly: OmicronLab.MaterialAnalyzer.AutomationInterface.dll (1.60.627.0)
Syntax
public enum StopState
Fields
| Name | Description |
|---|---|
| DeviceIsBusy = 2 | The device is busy with another task. The current task is not running and cannot be stopped. |
| Error = 1 | Stopping the running task resulted in an error. |
| Stopped = 0 | The running task was stopped. |