I have a program that displays an estimated time remaining, but also prints other things while it does this. I want to print the other parts without affecting the position of the timer.
here is my sample output:
Processing the files into smaller chunks ...
90% 00:00:01 left.
Finished processing files
Now Comparing ...
AffiliatePairoffSnapshot
10% 00:00:08 left.
Total: 0
AllocationSnapshot
23% 00:00:07 left.
.trans.links[0].type.TransLinkType 102
.trans.links[0].fromTransactionRef.versionHandle.instanceHandle.id 102
Total: 204
TradeSnapshot
Total: 0
TransferSnapshot
86% 00:00:01 left.
.trans.links[0].size.amount 5
.trans.links[0].fromTransactionRef.versionHandle.instanceHandle.id 5
.trans.activityContextRef[0].versionHandle.instanceHandle.id 3708
Total: 3718
Total Number Different Fields Across All ObjectTypes: 3922
The Generated xml files can be found at: c:\Users\grover\packer\XML
I want to print the time left on its own line at the to and not have the other prints affected is there a way to do this?