Name | Description | |
---|---|---|
![]() | IsFulfilled | Gets whether the promise has been fulfilled (succeeded). |
![]() | IsPending | Gets whether the promise is pending (has not been resolved yet). |
![]() | IsRejected | Gets whether the promise has been rejected (failed). |
![]() | IsResolved | Gets whether the promise has been resolved (was fulfilled or rejected). |
![]() | State | Gets the promise state |