PAUSE

Top  Previous  Next

S

A

W

WS

ü

ü

The following commands have been implemented in EMUEScript exactly as they are implemented in OLIE™:

 

Syntax -

Pause <question>

       Where:

       <question> is the yes or no question that is displayed in a prompt (This parameter is optional).

               Default question: "Do you wish to continue this EMUE script?"

 

Description:

When this command is used the script will pause and prompt the user for a Yes or No answer, to process the next command.  If the user responds with Yes, then script execution continues.  If the user answers with No, then script processing is terminated.  You can use the Pause command without having to enter in a question as this is an optional parameter that can be useful if someone other than the  automation analyst is to interact with the script.  If the optional parameter is not used, EMUE provides a default question "Do you wish to continue this EMUE script?"

 

Sample 1:

       The following statement uses the Pause command to prompt the user for a Yes or No answer with the default question: "Do you wish to continue this EMUE script?"

Pause

 

 

Sample 2:

       The following statement uses the Pause command to prompt the user "Would you like to continue?"

Pause "Would you like to continue?"