@accepts(utf8, utf8, gfloat) @returns(none) def get_status(text, progress_text, progress)
Retrieves the details to display in the status bar for the page. If the progress value returned is less than zero, the progress bar will pulse. If the progress value is greater than or equal to 1, the progress bar will be hidden.
text : |
holds the returned status text |
progress_text : |
holds the returned text for the progress bar |
progress : |
holds the progress value |