How to break one iteration and continue other in twaitforfile
I am using twaitforfile and i have 3 iterations from it, in first iteration based on one value i want to continue that iteration or stop and go to second iteration.
I tried using contiue and break but they are closing whole loop and not only iteration.