Public Function SleepBlocking( _ Optional ByVal vSeconds As Variant _ ) As Boolean
? Now : ? SleepBlocking(5) : ? Now 5/8/96 1:05:11 AM True 5/8/96 1:05:16 AMSee also:
SleepNonBlocking Function Sleep Function (Windows KERNEL32 API) DoEvents Statement (Visual Basic)vSeconds: The number of seconds for which the function should pause. Function returns False if vSeconds if Null or cannot be fixed up to a number that is between 0 and 2,147,483. Otherwise, the function pauses for the specified number of seconds then returns True.
Copyright 1996-1999 Entisoft
Entisoft Tools is a trademark of Entisoft.