Edit

Share via


AgentStatus Enum

Definition

[System.Runtime.Serialization.DataContract]
public enum AgentStatus
type AgentStatus = 
Public Enum AgentStatus
Inheritance
AgentStatus
Attributes

Fields

Available 1

Indicates that the build agent is currently available.

Offline 2

Indicates that the build agent has taken itself offline.

Unavailable 0

Indicates that the build agent cannot be contacted.

Applies to