feat: support suspend/resume on macOS (#24254)

This commit is contained in:
Shelley Vohr 2020-06-24 10:17:07 -07:00 committed by GitHub
parent 1429a8961c
commit 4290555a0d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 31 additions and 4 deletions

View file

@ -8,11 +8,11 @@ Process: [Main](../glossary.md#main-process)
The `powerMonitor` module emits the following events:
### Event: 'suspend' _Linux_ _Windows_
### Event: 'suspend'
Emitted when the system is suspending.
### Event: 'resume' _Linux_ _Windows_
### Event: 'resume'
Emitted when system is resuming.