Job_ActivateUserSetup
Description
Section titled “Description”When a Computer Job has a call for the Job_ActivateUserSetup a User script will be run the next time a new User logs into the Computer. The User Job will run in the Users own context. sGUID is automatically generated by the CapaInstaller Package Creator when creating a script with this function.
Syntax
Section titled “Syntax”Job_ActivateUserSetup(sJobName, sVersion, sGUID) As Boolean
Parameter
Section titled “Parameter”sJobName (String)
Section titled “sJobName (String)”Name of the Job
sVersion (String)
Section titled “sVersion (String)”Version of the Job
sGUID (String)
Section titled “sGUID (String)”Job id
Example
Section titled “Example”If bStatus Then bStatus = Job_ActivateUserSetup("<Job Name>_us.cis", "v1.0", "{<Insert Random Guid Here>}")Related functions
Section titled “Related functions”https://www.guidgenerator.com/ Constants Package Property Variables