Components | All | New | MacOS | Windows | Linux | iOS | ||||
Examples | Mac & Win | Server | Client | Guides | Statistic | FMM | Blog | Deprecated | Old |
RunTask.IsRunning
Returns whether the receiver is still running.
Component | Version | macOS | Windows | Linux | Server | iOS SDK |
RunTask | 3.1 | ✅ Yes | ✅ Yes | ❌ No | ✅ Yes, on macOS and Windows | ❌ No |
Deprecated
This function was deprecated. Use Shell functions instead.
MBS( "RunTask.IsRunning" )
Parameters
none
Result
Returns whether the receiver is still running.
Description
Returns whether the receiver is still running.1 if the receiver is still running, otherwise 0. 0 means either the receiver could not run or it has terminated.
Examples
Wait for app ending:
Loop
Pause/Resume Script [Duration (seconds): ,1]
Exit Loop If [MBS( "RunTask.IsRunning" ) ≠ 1]
End Loop
See also
Example Databases
- Shell/RunTask/RunTask Windows
- Shell/RunTask/RunTask with read and write on Mac
- Shell/RunTask/RunTask
Blog Entries
This function checks for a license.
Created 18th August 2014, last changed 13th June 2020