Makes the receiver the active application.
Original signature is '- (void)activateIgnoringOtherApps:(BOOL)flag'
Available in Mac OS X v10.0 and later.


- flag (Boolean)
- If NO, the application is activated only if no other application is currently active. If YES, the application activates regardless.

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