mirror of
https://github.com/bitburner-official/bitburner-src.git
synced 2024-11-08 16:53:54 +01:00
28 lines
750 B
Markdown
28 lines
750 B
Markdown
<!-- 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 | |
|
|
| [completion](./bitburner.graftingtask.completion.md) | | Promise<void> | |
|
|
| [cyclesWorked](./bitburner.graftingtask.cyclesworked.md) | | number | |
|
|
| [type](./bitburner.graftingtask.type.md) | | "GRAFTING" | |
|
|
|