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:
10.1
10.2
10.3
10.4
10.5
11.0
11.1
11.2
11.3
11.4
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 |
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)
Created 13th April 2021, last changed 8th July 2021
Time.UnixTimeStampToFileMaker - Toolbar.Install
Feedback: Report problem or ask question.