Re: stopping an application
Re: stopping an application
- Subject: Re: stopping an application
- From: Anders Holm <email@hidden>
- Date: Wed, 15 Apr 2009 18:40:04 +0100
I don't see any mention of considering sending a signal to PID xyz?
SIGTERM should do the trick here if the PID is known. Well behaved
processes should listen to and trap OS layer signals as well.
"man kill" in your friendly terminal program will reveal more.
Nothing Cocoa (or other GUI) related pieces to be found with that
procedure, and it is portable to other *NIX flavours too.
//anders
_______________________________________________
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