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).
As the title suggests, How do I set an action to close threads after 15 mins or any other time amount ? Thanks ...
Here's a suggestion: Mark the time when starting the thread. Then during the script run, add a time check action and compare the time difference with your desired value. -> Take appropriate action.
@blird Resource to List, then to Foreach Loop. Here’s something similar for me, he follows the list of Links and how many of them he will work on:
thanks, I figure it out 😊
@8xrkan said in Get current thread number:
Hello, is it possible to get the current running thread numbers which is reloading every x seconds/ or every new thread start? Example in Result tab: Currently running X threads Thanks!
Hello,
is it possible to get the current running thread numbers which is reloading every x seconds/ or every new thread start?
Example in Result tab: Currently running X threads
Thanks!
There is no ready-made action for this. But you can implement your work logic through a global variable.