Progress bar


Table of Contents

Progress::CloseSuperior - Replaces stages of superior progress by an empty help text.
Progress::Finish - Moves progress bar to the end and marks all stages as completed.
Progress::New - New complex progress bar with stages.
Progress::NextStage - Advance stage, advance step by 1 and set progress bar caption to that defined in New.
Progress::NextStageStep - Jumps to the next stage and sets step to st.
Progress::NextStep - Some people say it is the best operating system ever. But now to the function. Advances progress bar value by 1.
Progress::OpenSuperior - Creates a higher-level progress bar made of stages. Currently it is placed instead of help text.
Progress::Simple - Create simple progress bar with no stages, only with progress bar.
Progress::Stage - Go to stage st, change progress bar title to title and set progress bar step to step.
Progress::Step - Changes progress bar value to st.
Progress::StepSuperior - Make one step in a superior progress bar.
Progress::Title - Change progress bar title.
Progress::off - Turns progress bar off. All Progress:: calls return immediatelly.
Progress::on - Turns progress bar on after calling Progress::off.