He meant one script per thread.
Each asynchronous function started, starts in separate thread.
So in that example you will have 2 threads since 2 asynchronous functions
will be started, each with its own (different) script.
@HELP_ME said in Hide "Thread succeeded" message:
I am running aync threads..
I am scanning pages for output and every thread has this message which gets in the way of the output...
How do I hide the message? Is there any way to do this? Thanks.
These messages in the default interface cannot be hidden, use the web interface.