This documentation is archived and is not being maintained.

BuildStatus Enumeration

Specifies the status for a build.

This enumeration has a FlagsAttribute attribute that allows a bitwise combination of its member values.

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

[FlagsAttribute]
public enum class BuildStatus

Member nameDescription
AllAll status.

FailedThe build completed unsuccessfully.

InProgressThe build is currently in progress.

NoneNo status.

NotStartedThe build has not yet started.

PartiallySucceededThe build completed compilation successfully but had other errors.

StoppedThe build was stopped.

SucceededThe build completed successfully.

Show: