Hello.
I'm trying to do:
Load text file into 1 list (done using: Resource List)
list goes email1@c.c
email2@c.c
email3@c.c
how do I load:
Thread 1 - email1@c.c
Thread 2 - email2@c.c
Thread 3 - email3@c.c
?? thanks.
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.
thanks at @Allister for the work around which helps me out to continue developing my script? @Fox the success number action should be able to track number of successful threads irrespective of were the action is being used in the main function or when call function in several threads action is used.