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
Ensure progress bar for Wait-JobWithAnimation gets marked as Completed (#169)
Per helpful feedback from @StartAutomating:
"Taking a brief look at implementation, I don't see where you send -Completed message to Write-Progress.
This will cause progress bars to stay visible while any other commands in the script execute.
E.g. if you ran a Get- that returned many results, and piped to an expensive Foreach-Object,
your progress bar wouldn't go away until the Foreach-Object ended."
0 commit comments