Interface ProgressBarInstance
Properties
action
action: string
length
length: number
term
Readonly text
text: string
Methods
setProgress
- setProgress(n: number): void
-
Parameters
Returns void
stop
- stop(msg: string, noLB?: boolean): void
-
Parameters
-
msg: string
-
Optional noLB: boolean
Returns void
Progress bar instance.