Re: Stop a NSTask
Re: Stop a NSTask
- Subject: Re: Stop a NSTask
- From: Finlay Dobbie <email@hidden>
- Date: Mon, 18 Mar 2002 19:50:07 +0000
On Monday, March 18, 2002, at 07:20 PM, Stephane Leon wrote:
After press ''go'' i have no choice to wait until process is finished
([my_cmd waitUntilExit]).
[my_cmd terminate] is unusable, because i can't press on stop button.
Well you don't want to wait for your process to finish in code then, do
you? Just sign up for the termination notification to find out when it
exits.
-- Finlay
_______________________________________________
cocoa-dev mailing list | email@hidden
Help/Unsubscribe/Archives:
http://www.lists.apple.com/mailman/listinfo/cocoa-dev
Do not post admin requests to the list. They will be ignored.