Please ensure Javascript is enabled for purposes of website accessibility
Powered by Zoomin Software. For more details please contactZoomin

AVEVA™ Work Tasks

control​.updateLevel1ProgressDisplay()

  • Last UpdatedJun 25, 2024
  • 1 minute read

Use control.updateLevel1ProgressDisplay() to to update a hierarchical list at the first level.

Syntax

control.updateLevel1ProgressDisplay(indicatorColor, progressValue, progressDescription, progressColor);

Parameters

Parameter

Description

indicatorColor

Indicator color for the control

progressValue

Progress value for the control

progressDescription

Progress description for the control

progressColor

Progress color for the control

Return Value

None.

Example

//Set indicator color, progress value, description, and color for the hierarchical list at the first level.

control.findByName("Hierarchical List HL").updateLevel1ProgressDisplay("#5482AB", 25, "Warning", "Red");

In This Topic
Related Links
TitleResults for “How to create a CRG?”Also Available in