simIlSleep
simIlSleep(
x_seconds
)
=> t / nil
Description
Suspends the current process by the number of seconds specified as an argument. The current process in a replay file launches si in batch mode and waits for si to return before it runs the next command in the file.
Arguments
|
Number of seconds by which the run of a process is to be delayed. |
Value Returned
Examples
simIlSleep(4)
Related Topics
Return to top