closeProgressBar()

The function closes the module for the progress bar.

Synopsis

void closeProgressBar();

Parameters

Parameter Meaning
none -

Return Value

None

Errors

Description

The function closes the module for the progress bar.

Example

The following Script closes the module of the progress bar, after a delay of 60 seconds:

main()

{

openProgressBar("My PanelHead", "copy.gif", "Copying", "still copying", "Be

patient!", 1);

delay(60);

closeProgressBar();

}

Assignment

Dialog functions

Availability

UI

See also

openProgressBar(), showProgressBar()