mirror of
https://github.com/bitburner-official/bitburner-src.git
synced 2026-04-17 14:59:16 +02:00
593 B
593 B
Home > bitburner > NS > atExit
NS.atExit() method
Add callback function when the script dies
Signature:
atExit(f: () => void, id?: string): void;
Parameters
| Parameter | Type | Description |
|---|---|---|
| f | () => void | |
| id | string | (Optional) |
Returns:
void
Remarks
RAM cost: 0 GB
NS2 exclusive
Add callback to be executed when the script dies.