| Package | Description |
|---|---|
| io.engineblock.activityapi | |
| io.engineblock.activityimpl |
| Modifier and Type | Method and Description |
|---|---|
RunState |
ProgressMeter.getProgressState() |
RunState |
Activity.getRunState() |
static RunState |
RunState.valueOf(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.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
RunState.canTransitionTo(RunState to) |
void |
Activity.setRunState(RunState runState) |
| Modifier and Type | Method and Description |
|---|---|
RunState |
SimpleActivity.getRunState() |
RunState |
SlotStateTracker.getSlotState() |
| Modifier and Type | Method and Description |
|---|---|
AtomicReference<RunState> |
SlotStateTracker.getAtomicSlotState()
This is how you share the current slot state most directly, but it has a caveat.
|
| Modifier and Type | Method and Description |
|---|---|
void |
SlotStateTracker.enterState(RunState to)
Transition the thread slot to a new state.
|
void |
SimpleActivity.setRunState(RunState runState) |
Copyright © 2017. All rights reserved.