AddTaskAt(string, ProgressTaskSettings, int) Method

Adds a task at the specified index.
public ProgressTask AddTaskAt(string description, ProgressTaskSettings settings, int index)
Namespace
Spectre.Console
Containing Type
ProgressContext

Parameters

string description
The task description.
ProgressTaskSettings settings
The task settings.
int index
The index at which the task should be inserted.

Returns