Progress.SetEnabled

Progress.SetEnabled ( 

string  ObjectName,

boolean Enabled = true )

Example 1

Progress.SetEnabled("Progress Two", true);

Enables the progress object named "Progress Two."

Example 2

Progress.SetEnabled("Progress4", false);

Disables the progress object named "Progress4."

See also:  Related Actions