API: Standardize "nextCompletion" promise in tasks (#2687)

This commit is contained in:
catloversg
2026-04-28 13:49:53 +07:00
committed by GitHub
parent ee3014b029
commit 36e1adf2d2
72 changed files with 1750 additions and 364 deletions
+2 -2
View File
@@ -9,9 +9,9 @@ Create Program
**Signature:**
```typescript
export interface CreateProgramWorkTask extends BaseTask
interface CreateProgramWorkTask extends PlayerBaseTask
```
**Extends:** [BaseTask](./bitburner.basetask.md)
**Extends:** [PlayerBaseTask](./bitburner.playerbasetask.md)
## Remarks