2021-10-30 18:34:14 +02: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 21:46:34 +02:00
|
|
|
Object representing a sleeve current task.
|
2021-10-30 18:34:14 +02:00
|
|
|
|
|
|
|
<b>Signature:</b>
|
|
|
|
|
|
|
|
```typescript
|
2021-11-03 23:16:10 +01:00
|
|
|
export interface SleeveTask
|
2021-10-30 18:34:14 +02:00
|
|
|
```
|
|
|
|
|
|
|
|
## Properties
|
|
|
|
|
|
|
|
| Property | Type | Description |
|
|
|
|
| --- | --- | --- |
|
2021-11-03 05:27:21 +01: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 |
|
2021-10-30 18:34:14 +02:00
|
|
|
| [task](./bitburner.sleevetask.task.md) | string | task type |
|
|
|
|
|