Sleep Method
Description
Syntax
Visual Basic |
---|
Public Sub Sleep( _ ByVal seconds As Single _ ) |
Parameters
- seconds
- The number of seconds to pause. Any precision beyond milliseconds is ignored.
Remarks
Sleep calls the Wait function to ensure that the sleeping does not begin before all previous features have been executed.
See Also