Sleep Method

Sleep(timeToWait As double)

Sleep(double timeToWait);

Parameters

name type description
timeToWait double The number of seconds to sleep.

Description

Sends the current thread to sleep for the given period.

Whilst asleep, the thread consumes no CPU power.

Object

Sleeper



We always want to hear your feedback. Send to feedback@toolsack.com.
© 2000-2001 Toolsack Software Ltd.