Click or drag to resize
IPromiseT Properties

The IPromiseT generic type exposes the following members.

Properties
  NameDescription
Public propertyIsRejected
Whether an error occurred causing the promise to be rejected
(Inherited from IPromise.)
Public propertyIsResolved
Whether the promise completed successfully
(Inherited from IPromise.)
Public propertyPercentComplete
The progress of the promise represented as an integer from 0 to 100
(Inherited from IPromise.)
Public propertyValue
The result of the promise. Only valid if IsResolved is true
Top
See Also