Interface TaskState<E, R>

Type Parameters

  • E

  • R

Hierarchy

Properties

complete: boolean
error: E
failed: boolean
pending: boolean
result: R

Methods

Generated using TypeDoc