ProgressBar
Horizontal bar showing progress.
| Module | require("gui") |
| Type | Class |
| Inherits | View |
Class methods
create()
Create a new ProgressBar.
Return
ProgressBarMethods
setValue(percent)
Set the percent value between 0 and 100.0.
Parameters
Numberpercent
getValue()
Return the percent value between 0 and 100.0.
Return
NumbersetIndeterminate(indeterminate)
Set whether the progress bar is indeterminate.
Parameters
Booleanindeterminate
isIndeterminate()
Return whether the progress bar is indeterminate.
Return
Boolean