OMOS class

The OMOS class defines the operating system-specific actions to take at the end of OXF::init after the environment is set (such as the main thread, timer, and so on) and before the return from the function.

Method summary
endApplication
Ends a running application
endProlog
Ends the prolog
initEpilog
Executes operating system-specific actions to be taken at the end of OXF::init after the environment has been set (that is, the main thread and the timer have been started) and before it returns

Feedback