ProgressBar

Horizontal bar showing progress.

Modulerequire("gui")
TypeClass
InheritsView

Class methods

create()

Create a new ProgressBar.

Return

ProgressBar

Methods

setValue(percent)

Set the percent value between 0 and 100.0.

Parameters

getValue()

Return the percent value between 0 and 100.0.

Return

Number

setIndeterminate(indeterminate)

Set whether the progress bar is indeterminate.

Parameters

isIndeterminate()

Return whether the progress bar is indeterminate.

Return

Boolean