ProgressBar

A visual widget that shows the progress of a task or an operation. It appears as a bar that fills up gradually, representing the completion status of a process.

local progress = ProgressBar()

Properties

setRange(start, end)

Sets the progress range

setValue(value)

Sets the current value

getValue()

Returns the current value

setOrientation(orientation)

Sets the orientation: horizontal or vertical