NanoByte.Common
2.6.1
|
A progress bar rendered on the Console that takes TaskSnapshot inputs. More...
Public Member Functions | |
void | Report (TaskSnapshot value) |
![]() | |
void | Draw () |
Draws the progress-bar to Console.Error. More... | |
virtual void | Done () |
Stops the progress bar by writing a line break to the Console. More... | |
Protected Member Functions | |
override void | DrawPretty () |
Properties | |
TaskState | State [get, set] |
The current State of the task. More... | |
![]() | |
int | Maximum [get, set] |
The maximum valid value for Value; must be greater than 0. Determines the length of the progress bar in console characters. More... | |
int | Value [get, set] |
The progress of the task as a value between 0 and Maximum; -1 when unknown. More... | |
A progress bar rendered on the Console that takes TaskSnapshot inputs.
|
getset |
The current State of the task.