Search Results for

    / fm / liveswitch / ConnectionState

    Enumeration: ConnectionState

    fm.liveswitch.ConnectionState

    The state of a connection.

    Table of contents

    Enumeration members

    • Closed
    • Closing
    • Connected
    • Connecting
    • Failed
    • Failing
    • Initializing
    • New

    Enumeration members

    Closed

    • Closed: = 8

    Indicates that the connection has been instructed to close and has cleaned up.

    Defined in: Generated/TypeScript/fm.liveswitch/ConnectionState.ts:56


    Closing

    • Closing: = 7

    Indicates that the connection has been instructed to close and is cleaning up.

    Defined in: Generated/TypeScript/fm.liveswitch/ConnectionState.ts:50


    Connected

    • Connected: = 4

    Indicates that the connection is currently connected.

    Defined in: Generated/TypeScript/fm.liveswitch/ConnectionState.ts:32


    Connecting

    • Connecting: = 3

    Indicates that the connection is currently connecting.

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


    Failed

    • Failed: = 6

    Indicates that the connection has encountered an error and has cleaned up.

    Defined in: Generated/TypeScript/fm.liveswitch/ConnectionState.ts:44


    Failing

    • Failing: = 5

    Indicates that the connection has encountered an error and is cleaning up.

    Defined in: Generated/TypeScript/fm.liveswitch/ConnectionState.ts:38


    Initializing

    • Initializing: = 2

    Indicates that the connection is being initialized but no connecting attempts have been made.

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


    New

    • New: = 1

    Indicates that the connection is new and has not been started.

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

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