RemainingTimeColumn Class
A column showing the remaining time of a task.
public sealed class RemainingTimeColumn : ProgressColumn
- Namespace
- Spectre
.Console - Base Types
Properties
- Style Style
- Gets or sets the style of the remaining time text.
Methods
-
override int? GetColumnWidth
(RenderOptions) - Gets the width of the column.
-
override IRenderable Render
(RenderOptions, ProgressTask, TimeSpan) - Gets a renderable representing the column.
Extension Methods
-
T And
< Remaining Time Column> (Action < Remaining Time Column> ) - Performs the specified action on the given object and then returns the object. Useful for fluent testing patterns where additional assertions or operations are chained together in a readable manner.
-
RemainingTimeColumn Style
(Style) - Sets the style of the remaining time text.