Resuming a repeating block in drag script

I’m working on a script to do calibration frames. Lets say I have a block to do an exposure, which is repeated 50 times. If a suspend happens in the middle of that, and then the resume happens, will it start the repeat-counter over again at zero? Or will it pick up where it left off?

Resume restart from the suspended block or from a defined block if you use the resume from block option.
Block restarted will be done from zero. Counters remains at same values.

All the best
Leonardo

Thanks, Leo. I switched to using counters so they will retain their value.

-Dan