mirror of
https://github.com/bitburner-official/bitburner-src.git
synced 2024-11-11 18:23:54 +01:00
25 lines
496 B
Markdown
25 lines
496 B
Markdown
<!-- Do not edit this file. It is automatically generated by API Documenter. -->
|
|
|
|
[Home](./index.md) > [bitburner](./bitburner.md) > [NS](./bitburner.ns.md) > [kill](./bitburner.ns.kill_1.md)
|
|
|
|
## NS.kill() method
|
|
|
|
<b>Signature:</b>
|
|
|
|
```typescript
|
|
kill(script: string, host: string, ...args: string[]): boolean;
|
|
```
|
|
|
|
## Parameters
|
|
|
|
| Parameter | Type | Description |
|
|
| --- | --- | --- |
|
|
| script | string | |
|
|
| host | string | |
|
|
| args | string\[\] | |
|
|
|
|
<b>Returns:</b>
|
|
|
|
boolean
|
|
|