ProgressTaskExtensions Class
Contains extension methods for
ProgressTask
.
public static class ProgressTaskExtensions
- Namespace
- Spectre
.Console
Methods
-
static ProgressTask Description
(ProgressTask, string) - Sets the task description.
-
static ProgressTask IsIndeterminate
(ProgressTask, bool) - Sets whether the task is considered indeterminate or not.
-
static ProgressTask MaxValue
(ProgressTask, double) - Sets the max value of the task.
-
static ProgressTask Value
(ProgressTask, double) - Sets the value of the task.