|
#1
|
|||
|
|||
Error with "Kill Process"
Hi,
we are using Visual Build Professional 10.5 (x64). When calling Kill Process for the process "firefox.exe" the action failed. Error message Error in Action (VBScript) script code at Line 33, Column 5 (Not found ) Thanks for your help. |
#2
|
|||
|
|||
In our tests, the process is terminated, even though the Terminate call returns an error. You can configure the step to continue building on failure.
https://kinook.com/VisBuildPro/Manual/stepfailure.htm Alternatively, use a Run Program step with a command of taskkill /im firefox.exe /f https://kinook.com/VisBuildPro/Manua...gramaction.htm https://docs.microsoft.com/en-us/win...mands/taskkill |
|
|