This documentation is archived and is not being maintained.

IBuildDetail::BuildFinished Property

Gets a flag indicating whether the build has finished.

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

property bool BuildFinished {
	bool get ();
}

Property Value

Type: System::Boolean
True if the build has finished. False otherwise.

Show: