Pause action (<pause> element)
The Pause action waits for a specified number of milliseconds and then terminates.
More specifically, the macro runtime finds the <pause> element, reads the duration value, and waits for the specified number of milliseconds. Then the macro runtime goes on to perform the next item.
Uses for this action are:
- Any situation in which you want to insert a wait.
- Waiting for the host to update the session window. For more information see Screen completion.
- To add delay for debugging purposes.
You should type the number of milliseconds in the Duration input field. The default is 10000 milliseconds (10 seconds).