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

RemainingTimeColumn Style(Style)
Sets the style of the remaining time text.