-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
doing a more graceful exit of processes with a window
* support multiple windows per process (window title of first window will be shown in item) * if a process has windows all windows get a WM_CLOSE message, the process has 5 seconds to shutdown. if its still running after 5 seconds or ignored the WM_CLOSE message TerminateProcess() is called * avoid some errors by cleaning up after executing the action instead of when the KP box is closed (of course the cleanup is also done, if not action to execute was selected)
- Loading branch information
Showing
1 changed file
with
141 additions
and
113 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters