Fix return type of makeSingleInstance

This commit is contained in:
Samuel Attard 2017-05-11 22:09:37 +10:00
parent 0c3f80c334
commit f57c1881da
No known key found for this signature in database
GPG key ID: 273DC1869D8F13EF

View file

@ -667,6 +667,8 @@ app.setJumpList([
* `argv` String[] - An array of the second instance's command line arguments * `argv` String[] - An array of the second instance's command line arguments
* `workingDirectory` String - The second instance's working directory * `workingDirectory` String - The second instance's working directory
Returns `Boolean`.
This method makes your application a Single Instance Application - instead of This method makes your application a Single Instance Application - instead of
allowing multiple instances of your app to run, this will ensure that only a allowing multiple instances of your app to run, this will ensure that only a
single instance of your app is running, and other instances signal this single instance of your app is running, and other instances signal this