Use the PAUSE() function to stop the execution of an IMOD for the specified number of seconds.
The PAUSE() function has this syntax:
PAUSE(seconds)
The PAUSE() function takes this argument:
|
seconds |
Number of seconds to pause, from 1 to 3600 (one hour). |
The PAUSE() function produces these return codes:
|
101 |
ARG 1 MISSING OR INVALID |
|
120 |
STIMERM FAILED |
Example
pause(3600) == '' /* A one-hour pause */
| Copyright © 2011 CA. All rights reserved. | Tell Technical Publications how we can improve this information |