Re: Modern way of getting the list of running applications?
Re: Modern way of getting the list of running applications?
- Subject: Re: Modern way of getting the list of running applications?
- From: Eric Schlegel <email@hidden>
- Date: Tue, 10 Jul 2007 15:29:43 -0700
On Jul 10, 2007, at 3:20 PM, Stéphane Sudre wrote:
On lundi, juillet 9, 2007, at 11:28 PM, Michael Watson wrote:
1. There's nothing wrong with the Process Manager. It's actually
pretty handy, even today.
The issue I see is that it looks like CFBundleSignature is not being
used by Apple (ex: Activity Monitor) and CFBundleIdentifier seems to
be its successor. I don't have any issue with that except when I
need to check whether an application is running or not.
If your point is that the ProcessInfoRec only reports a process's
signature and not its identifier, then you can always use
ProcessInformationCopyDictionary to get the process bundle identifier.
-eric
_______________________________________________
Cocoa-dev mailing list (email@hidden)
Please do not post admin requests or moderator comments to the list.
Contact the moderators at cocoa-dev-admins(at)lists.apple.com
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden