stackedProgressBar (function)

stackedProgressBar(barStyle='plain', infoWidth='10', successWidth='10', warningWidth='10', errorWidth='10')[source]

Generate a progress bar - TBS style

Key Arguments

  • barLevel – the level/color of progress [ “info” | “success” | “warning” | “danger”]

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

  • infoWidth – the precentage width of the info level bar

  • successWidth – the precentage width of the success level bar

  • warningWidth – the precentage width of the warning level bar

  • errorWidth – the precentage width of the error level bar

Return

  • progressBar – the progressBar