Stig OK, thank you, now I understand, this is just to work around the issue of stopped countdown. Actually, it would be much better if the original timer did not glitch and actually counted down. Unfortunately it may glitch sometimes when you interrupt the program in wrong moment, but most of the time it will actually work as intended.
The issue is, if program glitched it will not only fail to calculate remaining time, but also remaining number of files. Actually it is exactly it lost track of processed and remaining files it cannot show correct time leftβ¦
Anyway, this is good idea to detect situations like that and show some alternative information, like files per minute, etc. I will make a note to thing about that, thank you.