Components | All | New | MacOS | Windows | Linux | iOS | ||||
Examples | Mac & Win | Server | Client | Guides | Statistic | FMM | Blog | Deprecated | Old |
Waits for the given number of milliseconds.
Component | Version | macOS | Windows | Linux | Server | iOS SDK |
Time | 11.2 | ✅ Yes | ✅ Yes | ✅ Yes | ✅ Yes | ✅ Yes |
Parameter | Description | Example |
---|---|---|
Duration | The duration in milliseocnds. | 100 |
Returns OK or error.
Waits 5 milliseconds:
Let([
t1 = Get(CurrentTimeUTCMilliseconds);
r = MBS( "Time.Wait"; 5 );
t2 = Get(CurrentTimeUTCMilliseconds)
]; t1 & ¶ & t2)
This function is free to use.
Created 13th April 2021, last changed 8th July 2021