UNIX timestamp for the time at which this task was completed.
The task failure error with which the task was rejected, only set when the task did not succeed.
A unique identifier for the task.
The task's result, only set when the task has completed successfully.
UNIX timestamp for the time at which this task was enqueued.
The options used when requesting the task, including input arguments.
A signal communicating the requested cancellation of this task.
The current state of this task in the execution lifecycle.
Generated using TypeDoc
A promise representing when the task has settled (either resolved or rejected). This
completed
promise will never reject.