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 should respond to Message_PreQuit. If the task does not respond to the Message_PreQuit message it will receive the Message_Quit message.
All tasks must respond to this message.