PowerToys/src/modules/awake/Awake
Den Delimarsky 579881002e
Fixes for PowerToys Awake (#12215)
* Change how background threads operate
This should reduce CPU usage.

* Well there is just no need for the console here

* Need to keep the full name sanitized

* Update the changes to console handling

* Updating how we handle constants

* Fix process termination logic

* Making some tweaks to the termination logic

* Update how the process is tracked

* Updating how application closing is done for Awake.

* Update with explicit types

* Fix high CPU usage for timed keep awake.

* Logging typo fix.

* Update some of the timer logic.

* Fix variable naming for consistency

* Cleanup the C++ interface

* Cleanup the code a bit
This change introduces support for:

- Proper event handling across the two apps (Awake and runner).
- Removal of unnecessary functions.

* Cleaning up the code even further

* Remove unnecessary functions
2021-07-13 18:39:46 +01:00
..
Core Fixes for PowerToys Awake (#12215) 2021-07-13 18:39:46 +01:00
Images 🧼 PowerToys Awake (#11593) 2021-06-09 09:13:58 -07:00
Awake.csproj 🧼 PowerToys Awake (#11593) 2021-06-09 09:13:58 -07:00
NLog.config 🧼 PowerToys Awake (#11593) 2021-06-09 09:13:58 -07:00
Program.cs Fixes for PowerToys Awake (#12215) 2021-07-13 18:39:46 +01:00