Enum DeviceStatus
Holding the possible device statuses.
Namespace: OmicronLab.MaterialAnalyzer.AutomationInterface.Enumerations
Assembly: OmicronLab.MaterialAnalyzer.AutomationInterface.dll (1.60.627.0)
Syntax
public enum DeviceStatus
Fields
Name | Description |
---|---|
AbortingMeasurement = 7 | The measurement is aborting. |
Busy = 6 | The device is busy. |
DataAvailable = 3 | Measurement data is available on the device. |
Error = 2 | The device encountered an error. |
IsDown = 9 | The is down state. |
IsShuttingDown = 8 | The device is shutting down state. |
MeasurementRunning = 5 | A measurement is running. |
NewDataAvailable = 4 | New measurement data is available on the device. |
Offline = 1 | The device is offline. |
Online = 0 | The device is online. |