Job_Start
Description
Section titled “Description”Initialize CapaInstaller script. Create a log, initialize the environment etc
Syntax
Section titled “Syntax”Job_Start(sMode, sJobName, sVersion, sLog, sTask) as Boolean
Parameters
Section titled “Parameters”sMode (String)
Section titled “sMode (String)”Installation-mode. Valid values: ‘WS’, ‘US’
sJobName (String)
Section titled “sJobName (String)”Job name
sVersion (String)
Section titled “sVersion (String)”Job version
sLog (String)
Section titled “sLog (String)”Log-file name
sTask (String)
Section titled “sTask (String)”Task mode. Valid values: ‘INSTALL’, ‘UNINSTALL’, ‘POST’, ‘CONFIGURE’
Example
Section titled “Example”If bStatus Then bStatus=Job_Start("WS", "CapaInstaller", "v1.0", "CapaInstaller.log", "INSTALL")