AgentStatus Enum
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
C#
[System.Runtime.Serialization.DataContract]
public enum AgentStatus
type AgentStatus =
Public Enum AgentStatus
- Inheritance
-
AgentStatus
- Attributes
Name | Value | Description |
---|---|---|
Unavailable | 0 | Indicates that the build agent cannot be contacted. |
Available | 1 | Indicates that the build agent is currently available. |
Offline | 2 | Indicates that the build agent has taken itself offline. |
Ürün | Sürümler |
---|---|
Azure DevOps Services .NET SDK | preview, latest |