endProgress() public static method
Ends a progress bar that has been started by startProgress().
See also:
public static void endProgress ( $remove = false, $keepPrefix = true ) | ||
---|---|---|
$remove | string|boolean |
This can be |
$keepPrefix | boolean |
Whether to keep the prefix that has been specified for the progressbar when progressbar gets removed. Defaults to true. |
Please login to continue.