Uses of Class
com.github.angleshq.angles.ExecutionStatus
-
Packages that use ExecutionStatus Package Description com.github.angleshq.angles -
-
Uses of ExecutionStatus in com.github.angleshq.angles
Methods in com.github.angleshq.angles that return ExecutionStatus Modifier and Type Method Description static ExecutionStatusExecutionStatus. valueOf(String name)Returns the enum constant of this type with the specified name.static ExecutionStatus[]ExecutionStatus. values()Returns an array containing the constants of this enum type, in the order they are declared.
-