"reset"

Resets the progress bar.

Synopsis

shape.reset();

Parameter

Parameter Description
shape Name of the object

Description

Resets the progress bar.

Example

The following example resets the progress bar.

main(bool enter)
{
  PROGRESS_BAR1.reset();
}

Assignment

Progress bar