2021-10-30 12:34:14 -04:00
|
|
|
<!-- Do not edit this file. It is automatically generated by API Documenter. -->
|
|
|
|
|
|
|
|
[Home](./index.md) > [bitburner](./bitburner.md) > [SleeveTask](./bitburner.sleevetask.md)
|
|
|
|
|
|
|
|
## SleeveTask interface
|
|
|
|
|
2021-10-30 15:46:34 -04:00
|
|
|
Object representing a sleeve current task.
|
2021-10-30 12:34:14 -04:00
|
|
|
|
|
|
|
<b>Signature:</b>
|
|
|
|
|
|
|
|
```typescript
|
2021-11-03 18:16:10 -04:00
|
|
|
export interface SleeveTask
|
2021-10-30 12:34:14 -04:00
|
|
|
```
|
|
|
|
|
|
|
|
## Properties
|
|
|
|
|
|
|
|
| Property | Type | Description |
|
|
|
|
| --- | --- | --- |
|
2022-01-08 13:25:06 -05:00
|
|
|
| [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 |
|
2021-10-30 12:34:14 -04:00
|
|
|
|