This documentation is archived and is not being maintained.

ControllerStatus Enumeration

Specifies the current status of a build controller.

Namespace:  Microsoft.TeamFoundation.Build.Server
Assembly:  Microsoft.TeamFoundation.Build.Server (in Microsoft.TeamFoundation.Build.Server.dll)

public enum class ControllerStatus

Member nameDescription
AvailableIndicates that the build controller is currently available.

OfflineIndicates that the build controller has taken itself offline.

UnavailableIndicates that the build controller cannot be contacted.

Show: