inFever
inFever

Reputation: 1819

Displaying all running apps in Mac OS X

Hey, I was wondering how I could make my app getting info about which apps that are currenly running on the mac. So I basiclly want to get the same information as the force quit does (Apple Logo > Force Quit)

Thank you in advance!

Upvotes: 2

Views: 181

Answers (1)

mipadi
mipadi

Reputation: 410672

You can use -[NSWorkspace launchedApplications].

Upvotes: 2

Related Questions