public class ConsoleProgress| ConsoleProgress | Initializes a new instance of the ConsoleProgress class |
| Header | Header, reported before progress bar |
| TimeBetweenUpdates | Time between each update, in seconds. Default is 0.2 |
| CheckProgress |
Check if now is the time to do progress, based on TimeBetweenUpdates,
and if so, do the progress.
if progress is 1 (complete), always do the progress |
| ClearLine | Clear progress line |
| Equals | Determines whether the specified object is equal to the current object. (Inherited from Object) |
| Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object) |
| GetHashCode | Serves as the default hash function. (Inherited from Object) |
| GetType | Gets the Type of the current instance. (Inherited from Object) |
| MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object) |
| Progress | Report progress |
| Start | Start progress reporting |
| ToString | Returns a string that represents the current object. (Inherited from Object) |