DependencyAction Enum
- java.
lang. Object - java.
lang. Enum<DependencyAction> - com.
microsoft. azure. batch. protocol. models. DependencyAction
- com.
- java.
public enum DependencyAction
Defines values for DependencyAction.
Fields
BLOCK |
Block the task's dependencies. |
SATISFY |
Satisfy the task's dependencies. |
Methods
fromString(String value)
public static DependencyAction fromString(String value)
Parses a serialized value to a DependencyAction instance.
Parameters
- value
- String
Returns
the parsed DependencyAction object, or null if unable to parse.
toString()
public String toString()
Returns
String