We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
This won't be persistent if run as a thread
#Persistent SetTimer((*) => ToolTip("Persistent Timer Running", , , 3), 100)
adding an infinite loop makes it stay running
#Persistent SetTimer((*) => ToolTip("Busy Timer Running", , , 3), 100) loop { Sleep(100) }
I tested it using the script bellow
#Persistent timerThread := ThreadObj("#Include persistent timer.ahkh2") loopThread := ThreadObj("#Include busy timer.ahkh2")
The text was updated successfully, but these errors were encountered:
If this is a known issue or limitation that I have missed then I apologize for wasting anyone's time.
Sorry, something went wrong.
No branches or pull requests
This won't be persistent if run as a thread
adding an infinite loop makes it stay running
I tested it using the script bellow
The text was updated successfully, but these errors were encountered: