Type alias JobResult<T>

A result passed to a job's cleanup callbacks, or supplied by its .result() method.

You can inspect a JobResult using functions like isCancel(), isError(), and isValue(). getResult() can be used to unwrap the value or throw the error.

Type Parameters

  • T