SchedulingState Enum
- java.
lang. Object - java.
lang. Enum<SchedulingState> - com.
microsoft. azure. batch. protocol. models. SchedulingState
- com.
- java.
public enum SchedulingState
Defines values for SchedulingState.
Fields
DISABLED |
No new tasks will be scheduled on the node. Tasks already running on the node may still run to completion. All nodes start with scheduling enabled. |
ENABLED |
Tasks can be scheduled on the node. |
Methods
fromString(String value)
public static SchedulingState fromString(String value)
Parses a serialized value to a SchedulingState instance.
Parameters
- value
- String
Returns
toString()
public String toString()