Enumeration AsyncResultReason

These are the possible reasons of a promise resolution.


Main

Enumeration Members

ARR_BadInput: 1

The call was cancelled due to a bad input.

ARR_Busy: 4

The call was cancelled because the system is too busy to perform the given request.

ARR_Cancelled: 2

The call was cancelled due to an explicit call to cancel.

ARR_Disposed: 3

The call was cancelled because of the object dispose function was called.

ARR_NotConnected: 5

The call was cancelled because the given object is not connected to the Infinite backend.

ARR_Success: 0

Result is a success, and the result should not be undefined.