This documentation is archived and is not being maintained.

BuildMachineProcessStatus Enumeration

Represents the states in the state machine for a build process.

Namespace:  Microsoft.TeamFoundation.Build.Hosting
Assembly:  Microsoft.TeamFoundation.Build.Config (in Microsoft.TeamFoundation.Build.Config.dll)

public enum BuildMachineProcessStatus

Member nameDescription
StartedIndicates that the host has started and is ready to accept requests.

StartingIndicates that the host is currently starting.

StoppedIndicates that the host is currently stopped.

StoppingIndicates that the host is currently stopping.

Show: