mirror of
https://github.com/bitburner-official/bitburner-src.git
synced 2024-11-10 09:43:54 +01:00
21 lines
546 B
Markdown
21 lines
546 B
Markdown
<!-- Do not edit this file. It is automatically generated by API Documenter. -->
|
|
|
|
[Home](./index.md) > [bitburner](./bitburner.md) > [RecentScript](./bitburner.recentscript.md)
|
|
|
|
## RecentScript interface
|
|
|
|
|
|
<b>Signature:</b>
|
|
|
|
```typescript
|
|
export interface RecentScript extends RunningScript
|
|
```
|
|
<b>Extends:</b> [RunningScript](./bitburner.runningscript.md)
|
|
|
|
## Properties
|
|
|
|
| Property | Type | Description |
|
|
| --- | --- | --- |
|
|
| [timeOfDeath](./bitburner.recentscript.timeofdeath.md) | Date | Timestamp of when the script was killed |
|
|
|