ElapsedTimeColumn

A column showing the elapsed time of a task.

A column showing the elapsed time of a task.

Methods

public int? GetColumnWidth(RenderOptions options)

Gets the width of the column.

Parameters:

options (RenderOptions)
The render options.

Returns:

The width of the column, or null to calculate.

public IRenderable Render(RenderOptions options, ProgressTask task, TimeSpan deltaTime)

Gets a renderable representing the column.

Parameters:

options (RenderOptions)
The render options.
task (ProgressTask)
The task.
deltaTime (TimeSpan)
The elapsed time since last call.

Returns:

A renderable representing the column.