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'm doing a number check, I need the script logic to be such that if the number in the variable was greater than 300 but less than 600, then it would do the function, if the opposite would include another check
@yod4
[[NUMBER]] > 300 && [[NUMBER]] < 600
@tony2n91 this happend bacause the type of your variables is "string", so you have to change it to the type "number"
Use resources, they are meant for distribution of data to multiple threads.
@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.
I actually found a solution, used Messages Length as logical statement, so if it's bigger than 0 means, mail is fetching messages.