ModelTrackerConnectionStateΒΆ

Enumeration ModelTrackerConnectionState

The state of the connection to the model tracker.

Enumeration Members

Enumeration Members

CONNECTED: 4

The connection to the model tracker was successful.

CONNECTING: 2

The connection to the model tracker is in the process of connecting.

FAILED: 1

The connection to the model tracker could not be established.

START: 0

The connection to the model tracker is in the initialization phase.

UNKNOWN: 8

The state of the connection to the model tracker is unknown.