Search Results for

    / fm / liveswitch / FutureState

    Enumeration: FutureState

    fm.liveswitch.FutureState

    The state of a future.

    Table of contents

    Enumeration members

    • Pending
    • Rejected
    • Resolved

    Enumeration members

    Pending

    • Pending: = 1

    Indicates that the promise has not been resolved or rejected.

    Defined in: Generated/TypeScript/fm.liveswitch/FutureState.ts:14


    Rejected

    • Rejected: = 3

    Indicates that the promise has been rejected.

    Defined in: Generated/TypeScript/fm.liveswitch/FutureState.ts:26


    Resolved

    • Resolved: = 2

    Indicates that the promise has been resolved.

    Defined in: Generated/TypeScript/fm.liveswitch/FutureState.ts:20

    In This Article
    Back to top Copyright © LiveSwitch Inc. All Rights Reserved. Doc build for LiveSwitch v1.15.0