A column showing the remaining time of a task. Displays "**:**:**" if the task is indeterminate or the remaining time is greater than 99 hours.
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.