activate_app(identifier)
activate_app({id:identifier, allow_launching:allow_launching, all_windows:all_windows, ignoring_other_apps:ignoring_other_apps})
Activate specified application process with detail options
Parameters
- identifier (text) : The bundle identifer of the target process.
- allow_launching (boolean) :
- all_windows (boolean) :
- ignoring_other_apps (boolean) :
- allow_launching (boolean) : Optional. The defalt value is false. When ture is given, the target application is launched if the application is not running. When false is given, missing value is returned if the application is not running.
Result
boolean : true if success