NodeState Enum

Definition

Defines the state of the node.

This enumeration supports a bitwise combination of its member values.

[System.Flags]
[System.Runtime.InteropServices.ComVisible(true)]
[System.Runtime.InteropServices.Guid("534F6FEC-A629-40C8-8AC0-4BEB0667B305")]
public enum NodeState
type NodeState = 
Public Enum NodeState
Inheritance
NodeState
Attributes

Fields

All 7

All states are set. This enumeration member represents a value of 7.

Draining 2

The scheduler is in the process of removing jobs from the node. This enumeration member represents a value of 2.

Offline 1

The node is offline. This enumeration member represents a value of 1.

Online 4

The node is online and ready to run jobs. This enumeration member represents a value of 4.

Applies to