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:
12.2
12.3
12.4
12.5
13.0
13.1
13.2
13.3
13.4
13.5
Statistic
FMM
Blog
Waits for current task to terminate.
Component | Version | macOS | Windows | Linux | Server | iOS SDK |
RunTask | 6.4 | ✅ Yes | ❌ No | ❌ No | ✅ Yes, on macOS | ❌ No |
This function was deprecated. Use Shell functions instead.
Parameter | Description | Example |
---|---|---|
Timeout | The maximum time to wait. | 30 |
Returns 1, 0 or error.
Run a shell tool and wait for ending:
Let ( [
r = MBS( "RunTask.NewTask" );
r = MBS( "RunTask.SetLaunchPath"; "/bin/sh" );
r = MBS( "RunTask.SetArguments"; "-c"; "date;sleep 5;date" );
r = MBS( "RunTask.Launch");
r = MBS( "RunTask.Wait"; "30");
output = MBS( "RunTask.ReadOutputText"; "utf8")
]
; output )
This function checks for a license.
Created 22nd September 2016, last changed 13th June 2020