Re: How to kill a process ???
Re: How to kill a process ???
- Subject: Re: How to kill a process ???
- From: Finlay Dobbie <email@hidden>
- Date: Fri, 31 Aug 2001 20:02:56 +0100
On Friday, August 31, 2001, at 01:40 pm, Thibaut Smets wrote:
I would like to kill a process inside my cocoa application. I know that
there is no Cocoa API to do it , it seems that the only way to achieve
it is to use some UNIX API .
Could someone guide me please because I dont have any experience with
UNIX programming ?? Does it mean that I have to call a script which
executes the command line ps ??
man 2 kill
-- Finlay