SpinnerColumnExtensions

Contains extension methods for .

Contains extension methods for SpinnerColumn.

Methods

public static SpinnerColumn CompletedText(SpinnerColumn column, string text)

Sets the text that should be shown instead of the spinner once a task completes.

Parameters:

column (SpinnerColumn)
The column.
text (string)
The text.

Returns:

The same instance so that multiple calls can be chained.