|
modm API documentation
|
Public Member Functions | |
| modm::ResumableResult< bool > | resumable () |
| modm::ResumableResult< ReturnType > resumable | function (...) |
| int8_t | getResumableDepth () const |
| bool | isResumableRunning () const |
| void | stopResumable () |
| Force all resumable functions to stop running at the current nesting level. | |
|
inherited |
Run the resumable function.
You need to implement this method in you subclass yourself.
NestingError if still running, <=NestingError if it has finished.
|
inheritedinline |
|
inheritedinline |
true if a resumable function is running at the current nesting level, else false