Your browser does not seem to support JavaScript. As a result, your viewing experience will be diminished, and you have been placed in read-only mode.
Please download a browser that supports JavaScript, or enable it if it's disabled (i.e. NoScript).
I would like to know how to lock an action like clipboard as it is causing issue with multi threaded run.
@Fox
@111cbt111 said in Is there any action that can get info of how many threads are running in this moment?:
Is there any action that can get info of how many threads are running in this moment?
No, use a global variable and create the counter yourself.
@bennettjimmy63 its pretty simple just after Initialize just go on Script statics - Thread number OK then Waiters - Sleep - [[THREAD_INDEX]]*(time to wait ms)
make list and cycle through list with foreach. you can fill that list earlier with other actions
@yourfriendkarol said in How to run THREAD for EXACTLY 500 times?:
only
ohh that's possible, nice, thank you!