Uses of Class
io.process4j.core.Execution.Completion
-
Packages that use Execution.Completion Package Description io.process4j.core -
-
Uses of Execution.Completion in io.process4j.core
Methods in io.process4j.core that return Execution.Completion Modifier and Type Method Description Execution.Completion
Execution. getCompletion()
static Execution.Completion
Execution.Completion. valueOf(String name)
Returns the enum constant of this type with the specified name.static Execution.Completion[]
Execution.Completion. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in io.process4j.core with parameters of type Execution.Completion Modifier and Type Method Description void
Execution. setCompletion(Execution.Completion completion)
-