NodeEngineShutdownReason 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.
Reasons for a node to shutdown.
public enum class NodeEngineShutdownReason
public enum NodeEngineShutdownReason
type NodeEngineShutdownReason =
Public Enum NodeEngineShutdownReason
- Inheritance
-
NodeEngineShutdownReason
Fields
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. |