Sybernet / Supplied Procedures Reference
Release 3.00
Oct 14, 2002
backwards forwards

HTTP.SLEEP

This procedure can be used to suspend execution of the calling process.

Syntax

Procedure SLEEP
(
    SECONDS                       BINARY_INTEGER
)   ;

Parameters

Parameter Description
seconds
 
The number of seconds to sleep.

Example

The following block illustrates how to sleep for 10 seconds:

declare
    howlong number:=10;
begin
    http.sleep(howlong);
end;



Sybernet is a trademark of SRI International.
Copyright © 1996-2008 SRI International. All Rights Reserved.
Denis D. Workman / http://Sybernet.sri.com/