ColdFusion.ProgressBar.stop

Description

Stops the underlying progress bar object that is running.

Function syntax

ColdFusion.ProgressBar.stop(name, calloncomplete)

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.