user377419
user377419

Reputation: 4999

Cocoa - Force Quit all other applications

Is there a way to force quit all other applications from a cocoa app? If it kills the app itself if doesn't matter It supposed to quit too.

It has to be force quit since i dont want any dialogue boxes about saving or anything poping up.

Thanks! and cocoa as in desktop osx. NOT iPhone.

Upvotes: 0

Views: 442

Answers (1)

anon
anon

Reputation:

Look at the NSWorkspace method runningApplications and the class NSRunningApplication.

Upvotes: 1

Related Questions