2022-10-21 17:16:00 +02:00
<!-- Do not edit this file. It is automatically generated by API Documenter. -->
[Home ](./index.md ) > [bitburner ](./bitburner.md ) > [NS ](./bitburner.ns.md ) > [getWeakenTime ](./bitburner.ns.getweakentime.md )
## NS.getWeakenTime() method
Get the execution time of a weaken() call.
2023-02-11 19:18:50 +01:00
**Signature:**
2022-10-21 17:16:00 +02:00
```typescript
getWeakenTime(host: string): number;
```
## Parameters
| Parameter | Type | Description |
| --- | --- | --- |
2022-11-20 18:07:22 +01:00
| host | string | Hostname of target server. |
2022-10-21 17:16:00 +02:00
2023-02-11 19:18:50 +01:00
**Returns:**
2022-10-21 17:16:00 +02:00
number
2022-11-20 18:07:22 +01:00
Returns the amount of time in milliseconds it takes to execute the [weaken ](./bitburner.ns.weaken.md ) Netscript function.
2022-10-21 17:16:00 +02:00
## Remarks
RAM cost: 0.05 GB
2022-11-20 18:07:22 +01:00
Returns the amount of time in milliseconds it takes to execute the [weaken ](./bitburner.ns.weaken.md ) Netscript function on the target server. The required time is increased by the security level of the target server and decreased by the player's hacking level.
2022-10-21 17:16:00 +02:00