4.3 ww.dll API Reference : API descriptions : Functions with no database access : sleep
 
sleep
 
Description
sleep sleeps the indicated number of seconds. This function is used only for testing.
 
Example:
<func>sleep</func><secs>10</secs> waits ten seconds before returning.
 
Input fields
 
XML tag
Description
<secs>
Amount of time to sleep (in seconds).
 
Return fields
Status only.
 
Example
 
Example invocation:
<func>sleep</func><secs>10</secs>
 
Example return string:
OK :
 
See also
None.