pauseprocess
Overview
This utility is used to pause the script execution and allow the user to perform some manual operations.
Syntax
MessageBox = simlab.pauseprocess(message,title,Button1,Button2)
Use Case
Below are some of the use case where pauseprocess will be useful to make the script generic.
- To perform some manual operations in between scrip execution
- To alert the user with some warning / error / information
- Allow the user to skip the current process from execution
- Allow the user to select either process 1 or process 2 to execute
Why we need this utility?
This utility is mostly used in semi automation process, where the message box will be posted in between script execution and it will ask for some input from user to proceed further.
Utility Input / Output
Hint
User can use "\n" to move the statement to next line.
Sample

Note: Sample
Script