docs: clarification of requestSingleInstanceLock() docs (#17304)
* docs: upstream doc links added to default window Added the link to the Node docs and Chromium docs to the default window (not sure if I linked the chromium docs correctly, please let me know/feel free to suggest changes if you know the correct way to do so) * docs: clarify what requestSingleInstanceLock() does * Revert "docs: upstream doc links added to default window" This reverts commit 829417cf29c6ef0222da55e7a0789d18b94a9253. * docs: clarify what requestSingleInstanceLock() does
This commit is contained in:
parent
d9234798d3
commit
c082b3964c
1 changed files with 0 additions and 5 deletions
|
@ -896,11 +896,6 @@ app.setJumpList([
|
|||
|
||||
Returns `Boolean`
|
||||
|
||||
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
|
||||
single instance of your app is running, and other instances signal this
|
||||
instance and exit.
|
||||
|
||||
The return value of this method indicates whether or not this instance of your
|
||||
application successfully obtained the lock. If it failed to obtain the lock,
|
||||
you can assume that another instance of your application is already running with
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue