feat: support suspend/resume on Windows (#24283)

Co-authored-by: Shelley Vohr <shelley.vohr@gmail.com>
This commit is contained in:
trop[bot]
2020-06-29 09:04:28 -07:00
committed by GitHub
parent c1842ab6ed
commit 76072270b5
2 changed files with 8 additions and 2 deletions

View File

@@ -24,11 +24,11 @@ app.whenReady().then(() => {
The `powerMonitor` module emits the following events:
### Event: 'suspend'
### Event: 'suspend' _Linux_ _Windows_
Emitted when the system is suspending.
### Event: 'resume'
### Event: 'resume' _Linux_ _Windows_
Emitted when system is resuming.