Apple Developer Connection
Member Login Log In | Not a Member? Contact ADC

Next Page > Hide TOC

Applications

Technology area
Installer
Availability
Available in Mac OS X v10.4 and later.

Overview

The Applications object provides methods to obtain information about running applications. This object is accessed using the system.applications property.

Tasks

Getting Information About Running Applications

Methods

all

Provides information about running applications registered with the process manager.

all

Return Value

An array of dictionaries (associative arrays) describing the running applications registered with the process manager.

Availability
See Also

fromIdentifier

Provides information about running processes with a given application identifier (bundle ID). For example, com.apple.TextEdit.

fromIdentifier(bundleID)

Parameters
bundleID

A string with the bundle ID of the desired application.

Return Value

An array of dictionaries (associative arrays) describing the running applications identified by bundleID.

Availability
See Also

fromPID

Provides information about a running application with a given process ID.

fromPID(processID)

Parameters
processID

A string with the process ID of the desired application.

Return Value

A dictionary (associative array) describing the application identified by processID.

Availability
See Also


Next Page > Hide TOC


Last updated: 2007-07-23




Did this document help you?
Yes: Tell us what works for you.

It’s good, but: Report typos, inaccuracies, and so forth.

It wasn’t helpful: Tell us what would have helped.
Get information on Apple products.
Visit the Apple Store online or at retail locations.
1-800-MY-APPLE

Copyright © 2007 Apple Inc.
All rights reserved. | Terms of use | Privacy Notice