This file contains hidden or 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
| #Requires AutoHotkey v2.0 | |
| #SingleInstance Force | |
| DetectHiddenWindows true | |
| ; Globals to manage the suspend/resume state | |
| global IsProcessSuspended := false | |
| global IsProcessResumed := false | |
| LockFile := A_Temp "\AutoPauseResume.lock" |