Class TaskProgressBar
A progress bar that takes TaskSnapshot inputs.
public sealed class TaskProgressBar : ProgressBar
- Inheritance
-
TaskProgressBar
- Extension Methods
Constructors
TaskProgressBar()
public TaskProgressBar()
Methods
Report(TaskSnapshot)
Reports a progress update.
public void Report(TaskSnapshot value)
Parameters
value
TaskSnapshotThe value of the updated progress.