Shiptest 13 - Modules - TypesVar Details - Proc Details

world_progressbar

Vars

barThe progress bar visual element.
goalEffectively the number of steps the progress bar will need to do before reaching completion.
last_progressControl check to see if the progress was interrupted before reaching its goal.
listindexVariable to ensure smooth visual stacking on multiple progress bars.
ownerThe atom who "created" the bar
qdel_when_doneDoes this qdelete on completion?

Procs

updateUpdates the progress bar image visually.

Var Details

bar

The progress bar visual element.

goal

Effectively the number of steps the progress bar will need to do before reaching completion.

last_progress

Control check to see if the progress was interrupted before reaching its goal.

listindex

Variable to ensure smooth visual stacking on multiple progress bars.

owner

The atom who "created" the bar

qdel_when_done

Does this qdelete on completion?

Proc Details

update

Updates the progress bar image visually.