Name

Progress::OpenSuperior — Creates a higher-level progress bar made of stages. Currently it is placed instead of help text.

Synopsis

Import Progress;
void Progress::OpenSuperior ( string  title ,
  list<string>  stages );

Parameters

string title

title of the progress...

list<string> stages

list of stage descriptions

Return Value

void