m_fini
This call signals the System Manager that the current application is done. Control never returns to the application. The System Manager marks the task's TCB as exited and QBTASK cleans up.
- Syntax: void m_fini(void)
- Parameters: None
- Returns: None
- Comments: 100LX/200LX applications should use m_action with the do_event field
set to DO_FINI.