Note: This API is now obsolete. The non-obsolete alternative is .
Inheritance Hierarchy
System.Object
  Microsoft.TeamFoundation.Build.Common.BuildConstants.BuildStatus
Namespace:  Microsoft.TeamFoundation.Build.Common
Assembly:  Microsoft.TeamFoundation.Build.Common (in Microsoft.TeamFoundation.Build.Common.dll)
Syntax
声明
<ObsoleteAttribute("This class has been deprecated. Please remove all references.")> _
Public NotInheritable Class BuildStatus
[ObsoleteAttribute("This class has been deprecated. Please remove all references.")]
public static class BuildStatus
[ObsoleteAttribute(L"This class has been deprecated. Please remove all references.")]
public ref class BuildStatus abstract sealed
[<AbstractClass>]
[<Sealed>]
[<ObsoleteAttribute("This class has been deprecated. Please remove all references.")>]
type BuildStatus =  class end
public final class BuildStatus
The BuildConstants.BuildStatus type exposes the following members.
Properties
| Name | Description | |
|---|---|---|
| .gif) .gif) | BuildFailed | |
| .gif) .gif) | BuildInitializing | |
| .gif) .gif) | BuildStopped | |
| .gif) .gif) | BuildSucceeded | |
| .gif) .gif) | FinishedCompilation | |
| .gif) .gif) | StartedCompilation | |
| .gif) .gif) | StartedTesting | |
| .gif) .gif) | Sync | |
| .gif) .gif) | SyncCompleted | |
| .gif) .gif) | TestCompleted | 
Top
Thread Safety
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.