do({id:identifier, all_windows:all_windows_flag, ignoring_other_apps:ignoring_other_apps})
do(identifier)
Bring a specified application to the front.
Parameters
- identifier (text) : bundle identifier of the target application
- all_windows (boolean, optional) : The default is false
- ignoring_other_apps (boolean, optional) : If this option is set to false and current application is not activated, front application will not changed. The default is true.
Result
boolean