Method InvalidateScriptRunners
- Namespace
- Skyline.AppInstaller
- Assembly
- Skyline.DataMiner.Core.AppPackageInstaller.dll
InvalidateScriptRunners()
Sends out requests to invalidate the script runners for solution IDs found while installing the automation scripts.
public void InvalidateScriptRunners()
Remarks
This method should only be called if the package contains automation scripts that run in a dedicated runner (i.e. have SolutionId XML element defined in the script). This method should only be called after InstallAutomationScripts() or InstallDefaultContent() (which calls InstallAutomationScripts()) has been called.