{{ message }}
Second Write-Progress not displayed unless there is a delay #25746
Unanswered
Rob Nicholson (munrobasher)
asked this question in
Q&A
Replies: 1 comment
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment

Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Starting this as a discussion in case I'm missing something (i.e. before reporting as issue). Consider this code which displays two progress bars one after the other. If you comment out the highlighted line, the second progress bar isn't displayed. Works as expected on PowerShell v5. Looks like some timing issue?
NOTE: if you miss the completed line out, the 2nd progress bar is display without the delay. It's the action of completing it that appears to be the problem.
All reactions