Progress QUIT ( id )
Parameter | Type | Description | |
---|---|---|---|
id | Longint | ⬅️ | ID of progress bar |
The Progress QUIT method closes the progress bar referenced by the id
parameter.
If id
designates the only progress bar displayed, the progress window is also closed (as well as the local process). Otherwise, the window is resized so that it only contains the progress bars that are still open.
You can pass 0 in the id
parameter in order to stop all the progress bars and close the progress window.
If the bar named "Copying folder 3" has the ID number 3:
Progress QUIT(3)
If a progress window is already open when this method is called, this window is resized so that it shows a new progress bar under the previous one(s) in the same process: