2022-10-21 11:16:00 -04:00
|
|
|
<!-- Do not edit this file. It is automatically generated by API Documenter. -->
|
|
|
|
|
|
|
|
[Home](./index.md) > [bitburner](./bitburner.md) > [RecentScript](./bitburner.recentscript.md)
|
|
|
|
|
|
|
|
## RecentScript interface
|
|
|
|
|
|
|
|
|
2023-02-11 13:18:50 -05:00
|
|
|
**Signature:**
|
2022-10-21 11:16:00 -04:00
|
|
|
|
|
|
|
```typescript
|
2022-11-20 12:07:22 -05:00
|
|
|
interface RecentScript extends RunningScript
|
2022-10-21 11:16:00 -04:00
|
|
|
```
|
2023-02-11 13:18:50 -05:00
|
|
|
**Extends:** [RunningScript](./bitburner.runningscript.md)
|
2022-10-21 11:16:00 -04:00
|
|
|
|
|
|
|
## Properties
|
|
|
|
|
2023-02-11 13:18:50 -05:00
|
|
|
| Property | Modifiers | Type | Description |
|
|
|
|
| --- | --- | --- | --- |
|
|
|
|
| [timeOfDeath](./bitburner.recentscript.timeofdeath.md) | | Date | Timestamp of when the script was killed |
|
2022-10-21 11:16:00 -04:00
|
|
|
|