This documentation is archived and is not being maintained.

IBuildServiceHost::SetBuildControllerStatus Method

Sets the build controller status.

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

void SetBuildControllerStatus(
	ControllerStatus status, 
	String^ message
)

Parameters

status
Type: Microsoft.TeamFoundation.Build.Client::ControllerStatus

The status to apply to the build controller.

message
Type: System::String

The display message about the build controller status.

Show: