I would like to know how I can restart thread (only thread, not software) if there is any lines left in text file (example name - list.txt). Is there any way to do it ? Or how I can solve this in other way.
@Unone0X Thread is restarted by default after all actions are done.
Unless it reaches max success number which is 1 by default.
So you need to set itbigger number.
@bennettjimmy63 its pretty simple just after Initialize just go on
Script statics - Thread number OK
then
Waiters - Sleep - [[THREAD_INDEX]]*(time to wait ms)
@Diya.3rif Need to use reources and set maximum succes number (recomended).
If you work in one thread and use loop(not recomended), you can unset Reuse recources.