NodeEngineShutdownReason Enumeration

Reasons for a node to shutdown.

MSBuild is now included in Visual Studio instead of the .NET Framework. You can use MSBuild 12.0 side-by-side with versions previously deployed with the .NET Framework.For more information, see What's New in MSBuild 12.0.

Namespace:  Microsoft.Build.Execution
Assembly:  Microsoft.Build (in Microsoft.Build.dll)

Syntax

'Declaration
Public Enumeration NodeEngineShutdownReason
public enum NodeEngineShutdownReason
public enum class NodeEngineShutdownReason
type NodeEngineShutdownReason
public enum NodeEngineShutdownReason

Members

Member name Description
BuildComplete The BuildManager sent a command instructing the node to terminate.MSBuild is now included in Visual Studio instead of the .NET Framework. You can use MSBuild 12.0 side-by-side with versions previously deployed with the .NET Framework.For more information, see What's New in MSBuild 12.0.
BuildCompleteReuse The BuildManager sent a command instructing the node to terminate, but to restart for reuse.MSBuild is now included in Visual Studio instead of the .NET Framework. You can use MSBuild 12.0 side-by-side with versions previously deployed with the .NET Framework.For more information, see What's New in MSBuild 12.0.
ConnectionFailed The communication link failed.MSBuild is now included in Visual Studio instead of the .NET Framework. You can use MSBuild 12.0 side-by-side with versions previously deployed with the .NET Framework.For more information, see What's New in MSBuild 12.0.
Error The NodeEngine caught an exception which requires the Node to shut down.MSBuild is now included in Visual Studio instead of the .NET Framework. You can use MSBuild 12.0 side-by-side with versions previously deployed with the .NET Framework.For more information, see What's New in MSBuild 12.0.

See Also

Reference

Microsoft.Build.Execution Namespace