Documentation: Message_Quit (Version #3)
Programmer’s Reference Manuals
» Part 7 – The Desktop
» The Window Manager
» Messages
» Message Codes
» Message_Quit
Message_Quit
(Code &0)
Use
On receiving this message, a task should tidy up its memory workspace and exit. This is achieved by calling Wimp_CloseDown, then OS_Exit
Notes
An application that does not want to quit, should respond to Message_PreQuit. If the task that does not respond to the Message_PreQuit message will receive the Message_Quit message.
All tasks must respond to this message.