Enum UploadState
The upload from device state.
Namespace: OmicronLab.MaterialAnalyzer.AutomationInterface.Enumerations
Assembly: OmicronLab.MaterialAnalyzer.AutomationInterface.dll (1.60.627.0)
Syntax
public enum UploadState
Fields
Name | Description |
---|---|
AlreadyAttached = 1 | The measurement is already attached. |
DeviceIsOffline = 2 | The device is offline. |
MeasurementIsRunning = 5 | No upload possible because the measurement is running. |
NoDataAvailable = 3 | There is no data available. |
NotSupportedForCurrentTestCell = 6 | Upload not supported for current test cell type. |
Ok = 0 | The upload from device was ok. |
UploadFromDeviceFailed = 4 | Uploading the date from device failed. |