|
DescriptionStops
the underlying progress bar object that is running.
Function syntaxColdFusion.ProgressBar.stop(name, calloncomplete)
HistoryColdFusion
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:
The default value
is true.
|
ReturnsThis
function does not return a value.
UsageYou
call this function to stop the progress bar object.
|
|
|