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