Hello,
Is there a way to control program flow when working with a thread? My program goes to thread by initializing a variable in “Before Start” and executes a script file within the thread.Then it gets stuck in the Thread. I want it to go back to Robot Program (main program) and continue from there.
i marked the execution order on the screen shot . I want program to go the 5.step . I know Thread works parallel to main program , but if that’s the case why main program does not take over when the variable(NextState) is set ?
Thank you in advance!