Language

MSBuildServerLifecycleKind Enum

Definition

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.

Applies to