Application.SleepCurrentThread
From Xojo Documentation
![]() |
This item was deprecated in version 2020r2. Please use Thread.SleepCurrent as a replacement. |
Method
Application.SleepCurrentThread(Milliseconds as Integer)
New in 2005r1
Supported for all project types and targets.
New in 2005r1
Supported for all project types and targets.
Sleeps the current thread for the specified number of milliseconds. It can be used for any thread.