@tsdotnet/promises - v2.0.11
    Preparing search index...

    Enumeration State

    The state of a promise. https://github.com/domenic/promises-unwrapping/blob/master/docs/states-and-fates.md If a promise is disposed the value will be undefined which will also evaluate (promise.state)==false.

    Index

    Enumeration Members

    Enumeration Members

    Fulfilled: 1
    Pending: 0
    Rejected: -1