2023-12-27 12:06:45 +01:00
|
|
|
<!-- Do not edit this file. It is automatically generated by API Documenter. -->
|
|
|
|
|
|
|
|
[Home](./index.md) > [bitburner](./bitburner.md) > [GraftingTask](./bitburner.graftingtask.md)
|
|
|
|
|
|
|
|
## GraftingTask interface
|
|
|
|
|
|
|
|
Faction Work
|
|
|
|
|
|
|
|
**Signature:**
|
|
|
|
|
|
|
|
```typescript
|
|
|
|
export interface GraftingTask
|
|
|
|
```
|
|
|
|
|
|
|
|
## Remarks
|
|
|
|
|
|
|
|
An object representing the current grafting status
|
|
|
|
|
|
|
|
## Properties
|
|
|
|
|
|
|
|
| Property | Modifiers | Type | Description |
|
|
|
|
| --- | --- | --- | --- |
|
|
|
|
| [augmentation](./bitburner.graftingtask.augmentation.md) | | string | |
|
2024-06-29 04:59:18 +02:00
|
|
|
| [completion](./bitburner.graftingtask.completion.md) | | Promise<void> | |
|
2023-12-27 12:06:45 +01:00
|
|
|
| [cyclesWorked](./bitburner.graftingtask.cyclesworked.md) | | number | |
|
|
|
|
| [type](./bitburner.graftingtask.type.md) | | "GRAFTING" | |
|
|
|
|
|