B4A.BASE.JOBI.EXIT
Description
Details
Property | Value |
---|---|
Type | JOBI |
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 | Andreas 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