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
{{ message }}
This repository has been archived by the owner on Nov 9, 2020. It is now read-only.
I have PowerCLI script which does quite a few tasks so it takes quite a lot of time. Right now we get response and output only after all tasks are completed. This is not a good user experience, because they don't see any progress and sometimes they just kill task because they think "it is not working".
So my question is - is it possible to print some status output after each task not only after script ended? Perhaps print some progress bar? We are using only command line interface with curl.
The text was updated successfully, but these errors were encountered:
Hi
I have PowerCLI script which does quite a few tasks so it takes quite a lot of time. Right now we get response and output only after all tasks are completed. This is not a good user experience, because they don't see any progress and sometimes they just kill task because they think "it is not working".
So my question is - is it possible to print some status output after each task not only after script ended? Perhaps print some progress bar? We are using only command line interface with curl.
The text was updated successfully, but these errors were encountered: