Skip to main content

B4A.BASE.JOBI.EXIT

Description

Details

PropertyValue
TypeJOBI
FolderPACKAGES/BEST4AUTOMIC/B4A.BASE/SOURCE/RUN
TitleRuns b4A module and exists the job with its exitcode
Archive Key 1-
Archive Key 2-
CreatedWRITER/B4A am: 2019-10-18 10:35:10
Last ModifiedAndreas Büsching am: 2025-07-01 16:50:07 22 x
Last Used-

Process

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