Re: Determining user log off
Re: Determining user log off
- Subject: Re: Determining user log off
- From: Scott Anguish <email@hidden>
- Date: Tue, 2 Jul 2002 23:33:27 -0400
there is a workspace notification for logging out... the main
application could then watch for that, and after receiving it, not
restart the daemon.
On Tuesday, July 2, 2002, at 08:10 PM, Rosyna wrote:
Is it possible to tell when a user is logging off before any
applications start quitting?
I have a daemon that is launched by a main application, the main
application checks periodically to see if the daemon is still running
and if not, it relaunches it. When logging off, the daemon quits first
(it was launched after the main application). But after the daemon
quits, the main application restarts the daemon and log out is
cancelled. This is a bad thing ;)
_______________________________________________
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.