Enum ApplyState
The apply state.
Namespace: OmicronLab.MaterialAnalyzer.AutomationInterface.Enumerations
Assembly: OmicronLab.MaterialAnalyzer.AutomationInterface.dll (1.60.627.0)
Syntax
public enum ApplyState
Fields
Name | Description |
---|---|
DeviceIsBusy = 2 | The device is busy with another task and not ready to start recording. |
Error = 1 | An error occured while starting the recorder. |
Started = 0 | The recording started. |