ISDBTools::Sleep

From MediaMonkey Wiki
Jump to navigation Jump to search

CoClass SDBTools, Interface ISDBTools

Sub Sleep(Value As Integer)


Parameters

Name Type Description
Value Integer Number of milliseconds to wait.


Method description

This method stops script execution for given number of millisecond. Don't forget that scripts are running in the main thread and so also the whole MediaMonkey interface will be frozen for this time.

Introduced in MediaMonkey version 3.0.