Suspends the process until time reaches the designated time (HH:MM:SS) or for the specified time in seconds.
object.brSleep sSleep
Parameter | Description |
---|---|
object | An object variable that represents a clsD3Connection object. |
SSleep | A String indicating the number of seconds for the process to sleep until (HH:MM:SS). |
Using an RPC connection, the sleep process is implemented using the time on the client.
Using an ODBC connection, the sleep process is implemented on the server.
sleep