Page 1 of 1

ProgressBar while waiting for module to import

Posted: Fri Apr 05, 2019 7:47 am
by mmilliard
Hey guys,

I'm trying to get a progressbar to display while waiting for VMware.PowerCLI to import. This module takes a bit of time to load up so I want my application to show a progressbar while waiting for the module to load. I've been trying to get this work but can't seem to get the logic down. I tried running the import module as a powershell job but haven't managed to get the progressbar to realize the module is loaded. Any suggestions?

Thanks,

Re: ProgressBar while waiting for module to import

Posted: Fri Apr 05, 2019 8:19 am
by jvierra
Use the "Job Tracker" custom control set.