Table of Contents

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 = 0

Specifies the not running state.

Running = 1

Specifies the running state.

Starting = 2

Specifies the starting state.

Switching = 4

Specifies the switching state.

Unknown = 3

Specifies the unknown state.