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
StatusDlg.Hide
OverviewExamples
StatusDlg.Hide ( )
De s cr ip t ion
Hides the built-in status dialog.
P arame t er s
None.
Re t u r n s
Nothing. You can use Application.GetLastError to determine whether this action failed, and why.
See also: Related Actions
StatusDlg.IsCancelled
OverviewExamples
boolean StatusDlg.IsCancelled ( )
De s cr ip t ion
Returns true if the cancel button on the built-in status dialog has been clicked, or false if it hasn't.
P arame t er s
None.
Re t u r n s
(boolean) True if the cancel button has been clicked, false if it hasn't or an error occurs. You can use
Application.GetLastError to determine whether this action failed, and why.