Re: Knowing when application terminates...
Re: Knowing when application terminates...
- Subject: Re: Knowing when application terminates...
- From: Finlay Dobbie <email@hidden>
- Date: Thu, 18 Jul 2002 18:34:38 +0100
On Thursday, July 18, 2002, at 06:17 PM, Albert Atkinson wrote:
I looked all over the documentation and can not find anything that does
what I want. What I have is a timer that fires every few seconds that
will check to see if a specific application is open, if not it will
open it, here is the basic structure of what I am needing:
if ( APP IS NOT RUNNING ) {
[[NSWorkspace sharedWorkspace] launchApplication: @"APP NAME"];
}
I think you'll need the Carbon Process Manager to do what you want.
--
Finlay Dobbie
email@hidden
_______________________________________________
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.