Product Documentation
Cadence User Interface SKILL Reference
Product Version IC23.1, September 2023

hiAdvanceProgressBarOneStep

hiAdvanceProgressBarOneStep(
w_window
)
=> t / nil

Description

Increments the progress bar by one step for the specified window.

Argument

w_window

The window from which you want to advance the progress bar by one step.

Values Returned

t

The progress bar successfully advanced by one step.

nil

There was an error.

Examples

Increments the progress bar for window (1).

hiAdvanceProgressBarOneStep( window ( 1 ) )
=>t

Related Topics

Progress Dialog Box Functions

hiShowProgressBar

hiSetProgressBar

hiSetProgressLabel

hiGetProgressBarTotalSteps


Return to top
 ⠀
X