Versions Compared

Key

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

...

Sets status for the specified package to 'Waiting' causing it to rerun the next time the Agent is being executed

 


Syntax

CMS_RerunPackage(sPackage, sVersion) as Boolean

 


Parameters

sPackage (String)

...

sVersion (String)

Version of package

 


Example

Code Block
languagevb
themeEclipse
languagevb
titleVBScript
If bStatus Then bStatus = CMS_RerunPackage("CapaInstaller", "v1.0")

Scripting Guidelines

 


Related functions

...