Pauses execution for the specified number of seconds after the previous feature has finished executing.
Visual Basic |
---|
Public Sub Sleep( _ ByVal seconds As Single _ ) |
- seconds
- The number of seconds to pause. Any precision beyond milliseconds is ignored.
Sleep calls the Wait function to ensure that the sleeping does not begin before all previous features have been executed.