Uses of Class
io.process4j.core.State
-
Packages that use State Package Description io.process4j.core -
-
Uses of State in io.process4j.core
Methods in io.process4j.core that return State Modifier and Type Method Description State
Execution. getCompletionState()
State
Execution. getCurrentState()
State
State. setCompleted(long completed)
State
State. setExecution(Execution execution)
State
State. setPosition(Flow position)
State
State. setStarted(long started)
Methods in io.process4j.core that return types with arguments of type State Modifier and Type Method Description List<State>
Execution. getStates()
-