Topics
All
MacOS
(Only)
Windows
(Only)
Linux
(Only, Not)
iOS
(Only, Not)
Components
Crossplatform Mac & Win
Server
Client
Old
Deprecated
Guides
Examples
Videos
New in version:
9.5
10.0
10.1
10.2
10.3
10.4
10.5
11.0
11.1
11.2
Statistic
FMM
Blog
Waits for the given number of milliseconds.
Component | Version | macOS | Windows | Linux | Server | iOS SDK |
Time | 11.2 | ✅ Yes | ✅ Yes | ✅ Yes | ✅ Yes | ✅ Yes |
none
Returns OK or error.
Waits 5 milliseconds:
Let([
t1 = Get(CurrentTimeUTCMilliseconds);
r = MBS( "Time.Wait"; 5 );
t2 = Get(CurrentTimeUTCMilliseconds)
]; t1 & ¶ & t2)
Created 13th April 2021, last changed 13th April 2021
Time.UnixTimeStampToFileMaker - Toolbar.Install
Feedback: Report problem or ask question.