ElapsedTimeColumn Class

A column showing the elapsed time of a task.
public sealed class ElapsedTimeColumn : 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<ElapsedTimeColumn>(Action<ElapsedTimeColumn>)
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.