Whatever message this page gives is out now! Go check it out!

ColdFusion.ProgressBar.stop

Last update:
May 18, 2026

Description

Stops the underlying progress bar object that is running.

Function syntax

ColdFusion.ProgressBar.stop(name, calloncomplete)

See also

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:
  • true
  • false The default value is true.

Returns

This function does not return a value.

Usage

You call this function to stop the progress bar object.

Share this page

Was this page helpful?
We're glad. Tell us how this page helped.
We're sorry. Can you tell us what didn't work for you?
Thank you for your feedback. Your response will help improve this page.

On this page