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).
Lets say I have 3 threads running in the same time. One does one job Second does something else And third does something different as well.
How can I achieve what I described in one BAS Application?
Just go to the websites of the providers they are choosable in the module and you can see the current prices of each.
@Fox Thank you so much, it's Work π₯°
@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.
@HNB Thanks.