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
|
|
|
|
|
2024-10-22 06:22:17 +02:00
|
|
|
Grafting Work
|
2023-12-27 12:06:45 +01:00
|
|
|
|
|
|
|
**Signature:**
|
|
|
|
|
|
|
|
```typescript
|
2024-10-24 01:18:18 +02:00
|
|
|
export interface GraftingTask extends BaseTask
|
2023-12-27 12:06:45 +01:00
|
|
|
```
|
2024-10-24 01:18:18 +02:00
|
|
|
**Extends:** [BaseTask](./bitburner.basetask.md)
|
2023-12-27 12:06:45 +01:00
|
|
|
|
|
|
|
## Remarks
|
|
|
|
|
2024-10-22 06:22:17 +02:00
|
|
|
An object representing the current grafting task
|
|
|
|
|
2023-12-27 12:06:45 +01:00
|
|
|
## Properties
|
|
|
|
|
|
|
|
| Property | Modifiers | Type | Description |
|
|
|
|
| --- | --- | --- | --- |
|
|
|
|
| [augmentation](./bitburner.graftingtask.augmentation.md) | | string | |
|
2024-10-24 01:18:18 +02:00
|
|
|
| [completion](./bitburner.graftingtask.completion.md) | | Promise<void> | This promise resolves when the task is complete. |
|
2023-12-27 12:06:45 +01:00
|
|
|
| [type](./bitburner.graftingtask.type.md) | | "GRAFTING" | |
|
|
|
|
|