IsIndeterminate(ProgressTask, bool) Method
Sets whether the task is considered indeterminate or not.
public static ProgressTask IsIndeterminate(this ProgressTask task, bool indeterminate = true)
- Namespace
- Spectre
.Console - Containing Type
- Progress
Task Extensions
Parameters
- ProgressTask task
- The task.
- bool indeterminate
- Whether the task is considered indeterminate or not.