Components All New MacOS Windows Linux iOS
Examples Mac & Win Server Client Guides Statistic FMM Blog Deprecated Old

RunTask.TerminationStatus

Returns the exit status returned by the receiver's executable.

Component Version macOS Windows Linux Server iOS SDK
RunTask 3.1 ✅ Yes ❌ No ❌ No ✅ Yes, on macOS ❌ No

Deprecated

This function was deprecated. Use Shell functions instead.

MBS( "RunTask.TerminationStatus" )

Parameters

none

Result

Returns the exit status returned by the receiver's executable.

Description

Returns the exit status returned by the receiver's executable.
Each task defines and documents how its return value should be interpreted. For example, many commands return 0 if they complete successfully or an error code if they don't. You'll need to look at the documentation for that task to learn what values it returns under what circumstances.

See also

This function checks for a license.

Created 18th August 2014, last changed 13th June 2020


RunTask.TerminationReason - RunTask.Wait