Name

Progress::Simple — Create simple progress bar with no stages, only with progress bar.

Synopsis

Import Progress;
void Progress::Simple ( string  window_title ,
  string  progress_title ,
  integer  length ,
  string  help_text );

Parameters

string window_title

Title of the window.

string progress_title

Title of the progress bar.

integer length

Number of steps.

string help_text

Help text.

Return Value

void