This commit is contained in:
Olivier Gagnon
2021-11-03 00:27:21 -04:00
parent 37845c57c0
commit 2b79871c02
299 changed files with 3861 additions and 7125 deletions
+2 -2
View File
@@ -4,7 +4,7 @@
## NS.scriptKill() method
Kills all scripts with the specified filename on the target server specified by hostname/ip, regardless of arguments.
Kills all scripts with the specified filename on the target server specified by hostname, regardless of arguments.
<b>Signature:</b>
@@ -17,7 +17,7 @@ scriptKill(script: string, host: string): boolean;
| Parameter | Type | Description |
| --- | --- | --- |
| script | string | Filename of script to kill. This is case-sensitive. |
| host | string | Host or IP of target server. |
| host | string | Host of target server. |
<b>Returns:</b>