You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When using the "imperative style" I sometimes end up with the progress bar stop drawing at say 10% - is this due to the background thread terminating when the block is exited and if so is there a way to wait for the drawing of the bar to finish before exiting the block?
The text was updated successfully, but these errors were encountered:
Are you using the try (Progressbar pb = ...) pattern? If yes, it should stop properly. If not, you can use pb.close() to manually finish the progress bar, forcing it to draw one last time.
When using the "imperative style" I sometimes end up with the progress bar stop drawing at say 10% - is this due to the background thread terminating when the block is exited and if so is there a way to wait for the drawing of the bar to finish before exiting the block?
The text was updated successfully, but these errors were encountered: