B4A.BASE.JOBI.SETTINGS
Description
Details
Property | Value |
---|---|
Type | JOBI |
Folder | PACKAGES/BEST4AUTOMIC/B4A.BASE/SOURCE/SETTINGS |
Title | Reads b4a settings for the specific platform |
Archive Key 1 | - |
Archive Key 2 | - |
Created | WRITER/B4A am: 2019-10-18 10:35:18 |
Last Modified | Timon Schnakenberg am: 2022-02-16 15:01:54 20 x |
Last Used | - |
Process
:inc B4A.BASE.JOBI.VARIABLES
:inc B4A.BASE.JOBI.RESOLVE-AGENTGROUP $AGENT$ = "&B4AB_AGENT_O#"
:if &$OBJECT_TYPE# = "JOBS"
: p "set agent &B4AB_AGENT_O#"
: put_att HOST = &B4AB_AGENT_O#
: p "set login &B4AB_LOGIN_O#"
: put_att LOGIN = &B4AB_LOGIN_O#
:endif
:if &$OBJECT_TYPE# = "JOBP"
: p "publish agent &B4AB_AGENT_O#"
: publish &B4AB_AGENT_O#, , TASK
: p "publish login &B4AB_LOGIN_O#"
: publish &B4AB_LOGIN_O#, , TASK
:endif