NodeEngineShutdownReason Enum

Definition

Reasons for a node to shutdown.

C#
public enum NodeEngineShutdownReason
Inheritance
NodeEngineShutdownReason

Fields

Name Value Description
BuildComplete 0

The BuildManager sent a command instructing the node to terminate.

BuildCompleteReuse 1

The BuildManager sent a command instructing the node to terminate, but to restart for reuse.

ConnectionFailed 2

The communication link failed.

Error 3

The NodeEngine caught an exception which requires the Node to shut down.

Applies to

Product Versions
MSBuild 15, 16, 17
MSBuild (.NET Core) 15, 16, 17