brSleep method

Suspends the process until time reaches the designated time (HH:MM:SS) or for the specified time in seconds.

Syntax

object.brSleep sSleep

Parameters

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).

Remarks

  • 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.

FlashBASIC reference

sleep