/
Job_InstallationCompleted
Job_InstallationCompleted
Description
Displays message box when script has been executed, if installation mode is equal to Job_AttendedInstallation or Logoffinstallation
Syntax
Job_InstallationCompleted(sMsg, bJobStatus) As Boolean
Parameters
sMsg (String)
Text to prompt enduser
bJobStatus (Boolean)
Jobstatus
Example
VBScript
bStatus = Job_InstallationCompleted("Custom", bStatus)
Related functions
, multiple selections available,
Related content
$cs.Job_Start
$cs.Job_Start
More like this
$cs.Job_WriteLog
$cs.Job_WriteLog
More like this
CMS_RunSystemAgent
CMS_RunSystemAgent
More like this
CMS_AddPackageToUnit
CMS_AddPackageToUnit
More like this
File_WaitWhileExist
File_WaitWhileExist
More like this
CMS_GetPackageStatus
CMS_GetPackageStatus
More like this