Skip to content
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

Suporting Hybrid-Sleep #1

Open
BillyCroan opened this issue May 15, 2021 · 0 comments
Open

Suporting Hybrid-Sleep #1

BillyCroan opened this issue May 15, 2021 · 0 comments

Comments

@BillyCroan
Copy link

Hybrid Sleep is a combination of hibernate and suspend. The system prepares to hibernate and writes memory to its swap file, then it suspends. If power is lost, then the system can boot and restore memory from disk. If no power loss and the user presses the power button to resume then it simply comes back immediately.

I want to support Hybrid Sleep with your extension:
I tried changing

this._systemActions.activateSuspend();

to

this._systemActions.activateHybridSleep();
and of course its not that simple.

Where can I see the library of functions supported by _systemActions?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant