Skip to main content

interp_txt_progress_bar

Function interp_txt_progress_bar 

Source
fn interp_txt_progress_bar(
    args: &[RValue],
    named: &[(String, RValue)],
    context: &BuiltinContext<'_>,
) -> Result<RValue, RError>
Expand description

Create a text progress bar.

Returns an integer ID with class “txtProgressBar”. The bar is immediately visible in the terminal.

@param min numeric scalar: minimum value (default 0) @param max numeric scalar: maximum value (default 1) @param style integer scalar: display style 1, 2, or 3 (default 3) @return integer scalar with class “txtProgressBar”