Showing changes from revision #2 to #3:
Added | Removed | Changed
On receiving this message, a task should tidy up its memory workspace and exit. This is achieved by calling Wimp_CloseDown, then OS_Exit
An application that does not want to quit, quit should respond toMessage_PreQuit . If the task that does not respond to the Message_PreQuit message it will receive the Message_Quit message.
All tasks must respond to this message.