Struct indicatif::ProgressState [] [src]

pub struct ProgressState { /* fields omitted */ }

The state of a progress bar at a moment in time.

Methods

impl ProgressState
[src]

Returns the character that should be drawn for the current spinner character.

Indicates that a spinner should be drawn.

Indicates that a progress bar should be drawn.

Indicates that the progress bar finished.

Returns false if the progress bar should no longer be drawn.

Returns the completion in percent

Returns the position of the status bar as (pos, len) tuple.

Returns the current message of the progress bar.

The entire draw width

Return the current average time per step

The expected ETA