Enum AgentState
- Namespace
- Skyline.DataMiner.Core.DataMinerSystem.Common
- Assembly
- Skyline.DataMiner.Core.DataMinerSystem.Common.dll
Specifies the state of the Agent.
public enum AgentState
- Extension Methods
Fields
NotRunning = 0Specifies the not running state.
Running = 1Specifies the running state.
Starting = 2Specifies the starting state.
Switching = 4Specifies the switching state.
Unknown = 3Specifies the unknown state.