CompletedText(SpinnerColumn, string) Method
Sets the text that should be shown instead of the spinner
once a task completes.
public static SpinnerColumn CompletedText(this SpinnerColumn column, string text)
- Namespace
- Spectre
.Console - Containing Type
- Spinner
Column Extensions
Parameters
- SpinnerColumn column
- The column.
- string text
- The text.