mirror of
https://github.com/bitburner-official/bitburner-src.git
synced 2024-11-10 17:53:55 +01:00
25 lines
863 B
Markdown
25 lines
863 B
Markdown
<!-- Do not edit this file. It is automatically generated by API Documenter. -->
|
|
|
|
[Home](./index.md) > [bitburner](./bitburner.md) > [SleeveTask](./bitburner.sleevetask.md)
|
|
|
|
## SleeveTask interface
|
|
|
|
Object representing a sleeve current task.
|
|
|
|
<b>Signature:</b>
|
|
|
|
```typescript
|
|
export interface SleeveTask
|
|
```
|
|
|
|
## Properties
|
|
|
|
| Property | Type | Description |
|
|
| --- | --- | --- |
|
|
| [crime](./bitburner.sleevetask.crime.md) | string | Crime currently attempting, if any |
|
|
| [factionWorkType](./bitburner.sleevetask.factionworktype.md) | string | Faction work type being performed, if any |
|
|
| [gymStatType](./bitburner.sleevetask.gymstattype.md) | string | Stat being trained at the gym, if any |
|
|
| [location](./bitburner.sleevetask.location.md) | string | Location of the task, if any |
|
|
| [task](./bitburner.sleevetask.task.md) | string | Task type |
|
|
|