Progress.SetVisible

Progress.SetVisible ( 

string  ObjectName,

boolean Visible = true )

Example 1

Progress.SetVisible("Progress3", true);

Makes the "Progress3" progress object visible.

Example 2

Progress.SetVisible("Intro Progress", false);

Hides the progress object named "Intro Progress."

Example 3

Progress.SetVisible("Custom12");

Makes the progress object named "Custom12" visible.

See also:  Related Actions