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
Run script in AutoIt.exe interpreter and spawn thread rapidly may lead to crash.
Because the interpreter lock the script file and next access denied will throw an exception.
for$i=0to10
NRun('task')
Sleep(100) ; just add thisnext
In compiled EXE, sleep(10) works fine.
The text was updated successfully, but these errors were encountered:
Run script in AutoIt.exe interpreter and spawn thread rapidly may lead to crash.
Because the interpreter lock the script file and next access denied will throw an exception.
In compiled EXE,
sleep(10)
works fine.The text was updated successfully, but these errors were encountered: