This documentation is archived and is not being maintained.

IBuildController::Status Property

Gets or sets the status of this build controller.

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

property ControllerStatus Status {
	ControllerStatus get ();
	void set (ControllerStatus value);
}

Property Value

Type: Microsoft.TeamFoundation.Build.Client::ControllerStatus
The status of this build controller.

When Offline, it cannot be reached by application tier. When Unavailable, application tier will attempt to fix the connection. When Available, it is working.

Show: