Created
December 12, 2015 14:45
-
-
Save AndrewHazelden/c2ecddc1c6733f8a0df1 to your computer and use it in GitHub Desktop.
A MEL command for sleeping for 10 seconds.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// MEL uses the pause command for sleeping the execution of the current script | |
pause -sec 1; |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment