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: 2019-10-18 10:35:10
Last Modified
Timon Schnakenberg am: 2022-02-16 15:04:51 21 x
Last Used
-

Description

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

Parameter

  • :include B4A.BASE.JOBI.EXIT




### Process

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