Re: Talking to the Dock
Re: Talking to the Dock
- Subject: Re: Talking to the Dock
- From: "James W. Walker" <email@hidden>
- Date: Tue, 29 Jul 2003 01:42:37 -0700
On Monday, July 28, 2003, at 11:25 PM, Tobias Kl|pfel wrote:
2. Does anyone know of a Cocoa way to get a list of running processes?
Up to now, all I found is the Carbon Process Manager functions
GetNextProcess and GetProcessInformation
Depends on what you mean by "process". [[NSWorkspace sharedWorkspace]
launchedApplications] will tell you about normal application processes
(not background-only apps).
--
<
http://www.jwwalker.com/>
_______________________________________________
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.