spectreconsole / spectre.console

A .NET library that makes it easier to create beautiful console applications.
https://spectreconsole.net
MIT License
8.92k stars 454 forks source link

ElapsedTimeRemaining Keeps updating #1472

Open mazorg opened 4 months ago

mazorg commented 4 months ago

Information

Describe the bug The ElapsedTimeRemaining Colums wont stop updating for stopped tasks.

To Reproduce Change Line 24 of Program.cs in Progress example from new RemainingTimeColumn() to new ElapsedTimeColumn()

Expected behavior The elapsed time should stop progressing as the progresstask finishesh.


Please upvote :+1: this issue if you are interested in it.