Progress.SetText

Progress.SetText (

string ObjectName,

string Text )

Description

Sets the text currently displayed on the progress object.

Parameters

ObjectName

(string) The name of the progress object.

Text

(string) The text you want to display on the progress object.

Returns

Nothing. You can use Application.GetLastError to determine whether this action failed, and why.

See also: Related Actions