progressBar (function)

progressBar(barStyle='plain', precentageWidth='10', barLevel='info')[source]

Generate a progress bar - TBS style

Key Arguments

  • barStyle – style of the progress bar [ “plain” | “striped” | “striped-active” ]

  • precentageWidth – the current progress of the bar

  • barLevel – the level color of the bar [ “info” | “warning” | “success” | “error” ]

Return

  • progressBar – the progressBar