SitecorePowerShell / Console

Sitecore PowerShell Extensions
https://doc.sitecorepowershell.com/
Other
114 stars 70 forks source link

Write-Progress indeterminate percent indicator #1257

Closed kningyi closed 5 months ago

kningyi commented 2 years ago

Expected Behavior

If I use WriteProgress without a PercentComplete argument, it should show an indeterminate progress bar just like when I do not use WriteProgress. Alternatively, it would be great if we can add a flag to specify that that the progress is uncertain like -PercentUnknown or something.

image

Actual Behavior

image

Steps to Reproduce the Problem

michaellwest commented 2 years ago

@kningyi Do you happen to have a script that produces the indeterminate indicator? I seemed to have lost my sample script from #1096

kningyi commented 2 years ago

Hm, I just run any script from the SPE module, like Find all Powershell commands:

image

github-actions[bot] commented 5 months ago

This issue is stale because it has been open for 365 days with no activity.

AdamNaj commented 5 months ago

Done