Submit Hint Search The Forums LinksStatsPollsHeadlinesRSS
14,000 hints and counting!


Click here to return to the 'Even Easier Way...' hint
The following comments are owned by whoever posted them. This site is not responsible for what they say.
Even Easier Way...
Authored by: _merlin on Apr 24, '01 10:46:39PM

A TERM signal causes the NSRunLoop object to exit from the main event loop immediately. This does not allow the application delegate to clean up before the task terminates. This can cause corruption of preference files. AppleScript will send a DO message to the NSApplication telling it to clean up and exit.



[ Reply to This | # ]