B4A.BASE.JOBI.DEFINE-ALIAS
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:41
- Last Modified
- WRITER/B4A am: 2024-01-09 10:09:53 14 x
- Last Used
- -
Description
The include object creates an alias for the job execution
Parameter
Input
Output
- &B4AB_MODULE_ALIAS_O#
- alias for the task
Example
:include B4A.BASE.JOBI.DEFINE-ALIAS
Process
:set &B4AB_MODULE_ALIAS_O# = str_uc( &B4AB_MODULE_I# )
:set &connection# = str_uc( &B4AB_CONNECTION_I# )
:set &B4AB_MODULE_ALIAS_O# = "&B4AB_MODULE_ALIAS_O#@&connection#"
:publish &B4AB_MODULE_ALIAS_O#, , TASK
Variable Publications
Found 1 variable publications (TASK)
Zeilennummer | Scriptzeile |
---|---|
4 | :publish &B4AB_MODULE_ALIAS_O#, , TASK |