@Roy-Mustang e5989c5a-7626-4c1d-a311-0ce574c14d90-image.png after I get two verision is "138.0.7204.50", "137.0.7151.56" and add 137.0.7151.56 to "Browser version" then run profile its showing this error , add 138.0.7204.50 its still working fine
How to set delay interval between open new threads (multi thread) ?
-
@resep said in How to set delay interval between open new threads (multi thread) ?:
How to set delay interval between threads (multi thread) ?
I want to set delay between opening new thread
thread 1 open
wait 10 second than open thread 2Use the "Thread number" action to define the thread and the "Sleep" action with the code:
[[THREAD_INDEX]] * 10000 -
@resep said in How to set delay interval between open new threads (multi thread) ?:
@Fox added in OnaplicationStart section or in Main ? Thank you for replaying me
Main