Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Ability to pause and resume the progressbar #17

Closed
hrj opened this issue Jun 18, 2017 · 2 comments
Closed

Ability to pause and resume the progressbar #17

hrj opened this issue Jun 18, 2017 · 2 comments

Comments

@hrj
Copy link

hrj commented Jun 18, 2017

In our test harness, we allow execution of the tests to be paused and then, continued at a later time.

It would be great if the progress bar can be paused and resumed (I think it used to work fine before the multi-threaded version).

@ctongfei
Copy link
Owner

Pause/resume was never implemented in the single-threaded version: the estimated time remaining needs to be recomputed while taking into account of the timespan paused.

@ctongfei
Copy link
Owner

Fixed in 0.9.0: There are pause and resume methods in ProgressBars.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants