Re: programatically quit a program
Re: programatically quit a program
- Subject: Re: programatically quit a program
- From: Ben Stiglitz <email@hidden>
- Date: Fri, 29 Aug 2008 06:24:34 -0700
What is the correct way to quit a cocoa app? I could use C exit()
but that
would loose the chance to invoke the right callbacks for clean up.
FWIW, if you don’t have any termination delegate methods of your own,
and don’t have any user defaults that might not be synchronized, it’s
safe to call exit().
-Ben_______________________________________________
Cocoa-dev mailing list (email@hidden)
Please do not post admin requests or moderator comments to the list.
Contact the moderators at cocoa-dev-admins(at)lists.apple.com
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden