Progress.GetRange

table Progress.GetRange (

string ObjectName )

Description

Returns a table containing the range of the progress bar.

Parameters

ObjectName

(string) The name of the progress object.

Returns

(table) A table containing the range of the progress bar, indexed by values "Begin" and "End". These values can be accessed using the form mytable.Begin and mytable.End. If an error occurs, nil is returned. You can use Application.GetLastError to determine whether this action failed, and why.

ResultVariable

When adding an action with the script editor, you can use this field to specify a variable that the return value will be stored in.

See also: Related Actions