Name
HTML_Progress2::run
— Runs the progress meter
Synopsis
require_once 'HTML/Progress2.php';
void HTML_Progress2::run(
)
;
;
Description
This function accept both modes: indeterminate and determinate, and execute all actions defined in the user callback identified by
setProgressHandler()
method.
All observers are also notified of main changes (start, stop meter).
Throws
throws no exceptions thrown
Note
since 2.0.0
This function can not be called statically.