You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Apr 10, 2020. It is now read-only.
crt.Screen.Synchronous = False 'To be used only if those functions are called: "WaitForString, WaitForStrings, ReadString, or WaitForCursor" (Performance issue if "True")
Sub main
After_Connect() 'Do the magic for the first time :D
Do 'Create a loop that will stay active and "guard" the connection status ;)
crt.Sleep 1000 'Activate it every 1 second
If Not crt.Session.Connected Then 'If the connection is down try to fix it, but after waiting 5 seconds...
For i = 5 To 1 step -1 'Show the timeout in window title, while waiting 5 seconds