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