Enum MetalNodePriority
Represents the priority level for node execution.
public enum MetalNodePriority
Fields
Critical = 3Critical priority - execute as soon as possible.
High = 2High priority - execute with elevated priority.
Low = 0Low priority - execute when resources are available.
Normal = 1Normal priority - default execution priority.