Re: NSTask Progress
Re: NSTask Progress
- Subject: Re: NSTask Progress
- From: Finlay Dobbie <email@hidden>
- Date: Thu, 16 Aug 2001 20:38:38 +0100
On Thursday, August 16, 2001, at 08:30 pm, David Kopec wrote:
I've got an NSTask, and as it is executing, I would like an NSStatusBar
to display that it is working, and then be notified when it is
finished. What would be the easiest way to do this?
RTFM. There is a notification that is sent when it finishes. So just
observe that.
-- Finlay