Name

Progress::Title — Change progress bar title.

Synopsis

Import Progress;
void Progress::Title ( string  t );

Parameters

string t

new title. Use ""(empty string) if you want an empty progress bar.

Return Value

void