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)

Syntax

'Declaration
ReadOnly Property BuildFinished As Boolean
bool BuildFinished { get; }
property bool BuildFinished {
    bool get ();
}
abstract BuildFinished : bool with get
function get BuildFinished () : boolean

Property Value

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

.NET Framework Security

See Also

Reference

IBuildDetail Interface

Microsoft.TeamFoundation.Build.Client Namespace