mirror of
https://github.com/bitburner-official/bitburner-src.git
synced 2024-11-10 01:33:54 +01:00
33 lines
819 B
Markdown
33 lines
819 B
Markdown
<!-- Do not edit this file. It is automatically generated by API Documenter. -->
|
|
|
|
[Home](./index.md) > [bitburner](./bitburner.md) > [NS](./bitburner.ns.md) > [killall](./bitburner.ns.killall.md)
|
|
|
|
## NS.killall() method
|
|
|
|
Terminate all scripts on a server.
|
|
|
|
<b>Signature:</b>
|
|
|
|
```typescript
|
|
killall(host: string): boolean;
|
|
```
|
|
|
|
## Parameters
|
|
|
|
| Parameter | Type | Description |
|
|
| --- | --- | --- |
|
|
| host | string | IP or hostname of the server on which to kill all scripts. |
|
|
|
|
<b>Returns:</b>
|
|
|
|
boolean
|
|
|
|
True if any scripts were killed, and false otherwise.
|
|
|
|
## Remarks
|
|
|
|
RAM cost: 0.5 GB
|
|
|
|
Kills all running scripts on the specified server. This function returns true if any scripts were killed, and false otherwise. In other words, it will return true if there are any scripts running on the target server.
|
|
|