Progress.SetProperties

Progress.SetProperties ( 

string ObjectName,

table  Properties )

Example 1

Progress.SetProperties("Progress1", {MinRange = 0, MaxRange = 100});

Sets the range of the progress object 'Progress1' from 0 to 100.

See also:  Related Actions