AddTask(string, bool, double) Method
Adds a task.
public ProgressTask AddTask(string description, bool autoStart = true, double maxValue = 100)
- Namespace
- Spectre
.Console - Containing Type
- ProgressContext
Parameters
- string description
- The task description.
- bool autoStart
- Whether or not the task should start immediately.
- double maxValue
- The task's max value.