Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

This function will initialize the Powershell Scripting Library and set logpath and other variables.

Syntax

<dllobject>.Job_Start(string jobtype, string packagename, string packageversion, string logpath, string action)

 

Parameters

jobtype

not used

packagename

...

kind of action to perform (Install, Uninstall)

Example

Code Block
languagepowershell
$cs.Job_Start("WS",$AppName,$AppRelease,$LogFile,"INSTALL")

...