ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

WINDEV
WindowsLinuxUniversal Windows 10 AppJavaReports and QueriesUser code (UMC)
WEBDEV
WindowsLinuxPHPWEBDEV - Browser code
WINDEV Mobile
AndroidAndroid Widget iPhone/iPadIOS WidgetApple WatchMac CatalystUniversal Windows 10 App
Others
Stored procedures
Pauses the current thread during the specified duration.
Example
ThreadPause(100)
Syntax
ThreadPause(<Timeout>)
<Timeout>: Integer
Timeout defined for the thread (in hundredths of a second). This parameter can correspond to:
  • an integer corresponding to the number of hundredths of a second,
  • a Duration variable,
  • a duration in a readable format (e.g., '1s' or '10cs').
Remarks
  • It is recommended to use ThreadPause instead of Multitask or Timeout when several threads are used (including the main application thread) if the timeout does not need to process user actions.
  • In a Service application, ThreadPause must be replaced with ServiceWait.
Component: wd280vm.dll
Minimum version required
  • Version 10
This page is also available for…
Comments
Click [Add] to post a comment