@givirus its because of your script logic, maybe you dont call the function? OR you dont have proper error handling which results into certain parts of your script being skipped since they are inside an if statement. I encountered this problem many times in the past, you will need to handle errors and it'll will be most likely fixed, for the purpose of debugging you can use the "Log" function at several points to see where it will print it.
Is it possible to manage threads in a script in multi-threaded mode?
-
Hello, I wrote a script, but the question always arose: is it possible to manage threads (start new ones, or vice versa end a CERTAIN thread by its number), extinguish certain threads when the script is already running in multithreaded mode? Or implement it as a specific function? I did not find similar solutions, I would be very grateful for the help and answer!
-
-