Uses of Class
io.engineblock.activityapi.core.RunState
-
Packages that use RunState Package Description io.engineblock.activityapi.core io.engineblock.activityimpl -
-
Uses of RunState in io.engineblock.activityapi.core
Methods in io.engineblock.activityapi.core that return RunState Modifier and Type Method Description RunStateProgressMeter. getProgressState()RunStateActivity. getRunState()static RunStateRunState. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static RunState[]RunState. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in io.engineblock.activityapi.core with parameters of type RunState Modifier and Type Method Description booleanRunState. canTransitionTo(RunState to)voidActivity. setRunState(RunState runState) -
Uses of RunState in io.engineblock.activityimpl
Methods in io.engineblock.activityimpl that return RunState Modifier and Type Method Description RunStateSimpleActivity. getRunState()RunStateSlotStateTracker. getSlotState()Methods in io.engineblock.activityimpl that return types with arguments of type RunState Modifier and Type Method Description java.util.concurrent.atomic.AtomicReference<RunState>SlotStateTracker. getAtomicSlotState()This is how you share the current slot state most directly, but it has a caveat.Methods in io.engineblock.activityimpl with parameters of type RunState Modifier and Type Method Description voidSlotStateTracker. enterState(RunState to)Transition the thread slot to a new state.voidSimpleActivity. setRunState(RunState runState)
-