Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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)
Syntax
'Declaration
Public Enumeration BuildMachineProcessStatus
public enum BuildMachineProcessStatus
public enum class BuildMachineProcessStatus
type BuildMachineProcessStatus
public enum BuildMachineProcessStatus
Members
Member name | Description | |
---|---|---|
Started | Indicates that the host has started and is ready to accept requests. | |
Starting | Indicates that the host is currently starting. | |
Stopped | Indicates that the host is currently stopped. | |
Stopping | Indicates that the host is currently stopping. |