Estimated time remaining to complete GetCuts.
property TimeRemaining: TDateTime;
Description Estimated time remaining to complete GetCuts. This value is based on the number of combinations left to try and the current value in the Speed property. TimeRemaining is updated throughout the process.
Unfortunately, the estimate information isn't terribly accurate. The estimated time and the percentage completed is based on the total number of possible combinations. Since TlsBoredCut uses highly optimized routines to "shortcut" the process, it is impossible to determine before hand what shortcuts it will take. You will find that TlsBoredCut will crank along at 0 to 1 % complete and then fly through the remaining 99% in a couple of seconds.