Re: Wait until task is finished?
Re: Wait until task is finished?
- Subject: Re: Wait until task is finished?
- From: James Quick <email@hidden>
- Date: Tue, 24 Jun 2003 20:14:22 -0400
On Monday, June 23, 2003, at 11:22 AM, Chad Armstrong wrote:
>
Is it possible to start an NSTask, but then have the original program
>
wait until the task is finished before continuing on to run along the
>
original path?
>
>
Start my task. [myTask launch];
>
Wait until task is done. ???
>
Do something else. NSLog(@"Foo");
see NSTask - (void) waitUntilExit;
_______________________________________________
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.