Name

Progress::Stage — Go to stage st, change progress bar title to title and set progress bar step to step.

Synopsis

Import Progress;
void Progress::Stage ( integer  st ,
  string  title ,
  integer  step );

Parameters

integer st

New stage.

string title

New title for progress bar. If nil, title specified in New is used.

integer step

New step or -1 if step should not change.

Return Value

void