PauseScript

Pause the execution of the script and pop up a message to the user. The script execution will not resume until the user chooses.

UI Access Tools > Pause Script
Parameters
Name Type Description
<Message> String Any Text.
Return Value None

 

Python Syntax PauseScript (<Message>)
Python Example

oDesktop.PauseScript("Text to display in pop-up dialog box.")

 

VB Syntax PauseScript <Message>
VB Example

oDesktop.PauseScript "Text to display in pop-up dialog box."