| Interface | Description |
|---|---|
| FlowNodeState | |
| State<T> |
| Enum | Description |
|---|---|
| StateCode |
This is code that are returned by state when they are execute
DONE is when the state is finished and executed correctly
EXECUTING when there is still work to be done on the state (so the state must not change)
|