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: 2023-03-07 16:52:00 10 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