B4A.BASE.JOBI.EXIT

Summary

Object type
JOBI
Object Folder
PACKAGES/BEST4AUTOMIC/B4A.BASE/SOURCE/RUN
Title
Runs b4A module and exists the job with its exitcode
Archive Key 1
-
Archive Key 2
-
Created
WRITER/B4A am: 2022-03-24 08:01:40
Last Modified
WRITER/B4A am: 2024-01-09 10:09:55 14 x
Last Used
-

Description

The include defines the exit code for the job by using the exit code of the b4A module

Parameter

Input

Output

Example

    :include B4A.BASE.JOBI.EXIT

Process

:switch &$PLATFORM#
:  case "UNIX"
exit $b4a_exitcode
:  case "WINDOWS"
exit $process.exitCode
:endswitch