Will immediately begin waiting for the result to be fetched.
UUID of the task whose result we are requesting.
The backend to receive the result on.
A Result
that will fetch from backend
when possible.
Deletes the result from the backend. If the result has not been received yet, will immediately discard it.
A Promise
that resolves to the response of the result backend.
Fetches the result from the backend. May resolve immediately if the result was already fetched after the transaction was queued up in the constructor.
The duration to wait, in milliseconds, before rejecting
the Promise
. If undefined, will not set a timeout.
A Promise
that will resolve to the result of the task after
it is fetched from the backend.
Generated using TypeDoc
The result of a task invocation. Asynchronously fetched.