PrinterService.showProgressBar(units: string,message?: string,total?: number,current?: number,): Promise<number>
Display a progress bar on stderr
.
The progress will be displayed in green if colorEnabled is true
.
NOTE: The progress bar and message will be displayed at INFO level.
NOTE: If the spinner is currently displayed it will be hidden.