Options
All
  • Public
  • Public/Protected
  • All
Menu

Enumeration AiProcessDisconnectionReason

This is an enumeration type constant that refers to the reason of disconnection, and is defined as follows.

api-version

2

user

Index

Enumeration Members

CLIENT_DISCONNECT: 2

The client was manually disconnected by {@link IAiManager.disconnect}.

api-version

2

user
INSTALLED_IN_INFERENCE_ENGINE: 5

The connection has encountered an error

api-version

2

user
PING_TIMEOUT: 3

The server did not send a PING.

api-version

2

user
SERVER_DISCONNECT: 1

The server has forcefully disconnected.

api-version

2

user
TRANSPORT_CLOSE: 4

The connection was closed.

api-version

2

user
UNKNOWN: 0

Unknown.

api-version

2

user

Generated using TypeDoc