Launches the specified application.
Original signature is '- (BOOL)launchApplication:(NSString *)appName'
Available in Mac OS X v10.0 and later.


- appName (NSString)
- The name of the application to open.

YES if the application was successfully launched or was already running; otherwise, NO.

- Available in Monobjc Bridge: 10.6 (For Mac OS X 10.6 and later), 10.5 (For Mac OS X 10.5 and later)