Enumeration: NodeStatus

January 9, 2021 · View on GitHub

andesitejs / Exports / api/node/Node / NodeStatus

Enumeration: NodeStatus

api/node/Node.NodeStatus

Table of contents

Enumeration members

Enumeration members

CONNECTED

CONNECTED: = 0

The websocket is currently connected to the node.

Defined in: api/node/Node.ts:13


CONNECTING

CONNECTING: = 1

The websocket is connecting to the node.

Defined in: api/node/Node.ts:18


DISCONNECTED

DISCONNECTED: = 2

The websocket is currently disconnected from the node.

Defined in: api/node/Node.ts:23


RECONNECTING

RECONNECTING: = 3

The websocket is currently trying to reconnect.

Defined in: api/node/Node.ts:28