make_with(identifier)
make_with({id:identifier, allow_launching:boolean})
Return a new XAppProcess instance for an application process specified with a bundle identifier.
Parameters
- identifier (text) : The bundle identifer of the target process.
- 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
script : A new XAppProcess instance