mirror of
https://github.com/bitburner-official/bitburner-src.git
synced 2026-04-29 12:27:07 +02:00
1.0 KiB
1.0 KiB
BaseTask interface
Base interface of all tasks.
Signature:
interface BaseTask
Properties
|
Property |
Modifiers |
Type |
Description |
|---|---|---|---|
|
Promise<void> |
This promise resolves when the task completes or is canceled. Tasks that do not track progress, such as studying or working for a company, are non-completable, i.e., they continue indefinitely until canceled. The Among completable tasks, some are repeatable, i.e., they automatically restart after completion. The |