/
$cs.Job_Start
$cs.Job_Start
This function will initialize the Powershell Scripting Library and set logpath and other variables.
Syntax
$cs..Job_Start(string jobtype, string packagename, string packageversion, string logpath, string action)
Parameters
jobtype
not used
packagename
name of package to install
packageversion
version of package
logpath
path to logfile
action
kind of action to perform (Install, Uninstall)
Example
$cs.Job_Start("WS",$AppName,$AppRelease,$LogFile,"INSTALL")
returns nothing
Related content
$cs.File_ExistFile
$cs.File_ExistFile
Read with this
$cs.Job_Start
$cs.Job_Start
More like this
$cs.File_ExistDir
$cs.File_ExistDir
Read with this
Job_Start
More like this
PowerShell Scripting Library
PowerShell Scripting Library
Read with this
Job_Start
More like this