Last updated on
Apr 27, 2021
|
Also applies to ColdFusion
Description
Stops the underlying progress bar object that is running.
Function syntax
ColdFusion.ProgressBar.stop(name, calloncomplete) |
See also
ColdFusion.ProgressBar.getProgressBarObject, ColdFusion.ProgressBar.start
History
ColdFusion 9: Added this function
Parameters
Parameter |
Description |
---|---|
name |
The name of the progress bar object. |
calloncomplete |
A Boolean value that specifies whether to call oncomplete function:
|
Returns
This function does not return a value.
Usage
You call this function to stop the progress bar object.