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:
Number of seconds to pause, from 1 to 3600 (one hour).
The PAUSE() function produces these return codes:
ARG 1 MISSING OR INVALID
STIMERM FAILED
Example
pause(3600) == '' /* A one-hour pause */
| Copyright © 2012 CA. All rights reserved. | Tell Technical Publications how we can improve this information |