MSBuildServerLifecycleKind Enum
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Identifies how a build related to the MSBuild Server node.
public enum class MSBuildServerLifecycleKind
public enum MSBuildServerLifecycleKind
type MSBuildServerLifecycleKind =
Public Enum MSBuildServerLifecycleKind
- Inheritance
-
MSBuildServerLifecycleKind
Fields
| Name | Value | Description |
|---|---|---|
| Spawned | 0 | A fresh MSBuild Server node was spawned to serve this build. |
| Reused | 1 | An already-running MSBuild Server node was reused for this build. |
| NotUsed | 2 | MSBuild Server was requested but not used; the build ran in-process instead. |