-
Notifications
You must be signed in to change notification settings - Fork 16.2k
feat: add macOS fast user switching evt #25321
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
a6f65d6
to
3334a77
Compare
59e6183
to
d5b7743
Compare
The API WG approved this at the Sept 21, 2020 meeting. |
Arm failure is:
and unrelated (this is macOS only) |
Release Notes Persisted
|
Sorry for the noob question--but how do I know once this makes it released on npm? And will the documentation (https://www.electronjs.org/docs/api/power-monitor) be updated at the same time? (I can easily check the code changes out too if needed). Thank you for this!!!! |
Description of Change
Closes #25039.
Adds fast user switching detection, which occurs when one logs out and then back in again as another user. This is distinct from
suspend
/resume
- since no suspension occurs neither event is fired in this case.Checklist
npm test
passesRelease Notes
Notes: Adds fast user switching event to powerMonitor on macOS.