Beispiel #1
0
 /// <summary>Returns a <see cref="string" /> that represents this instance.</summary>
 /// <returns>A <see cref="string" /> that represents this instance.</returns>
 public override string ToString() =>
 $"{ProgressPercent:N2}% - {Elapsed.FormatTime()} elapsed - {EstimatedTimeLeft.FormatTime()} remaining...";