ModelTrackerConnectionState#
Enumeration ModelTrackerConnectionState
Index
Enumeration Members
Enumeration Members
CONNECTED
CONNECTED: 4
The connection to the model tracker was successful.
CONNECTING
CONNECTING: 2
The connection to the model tracker is in the process of connecting.
FAILED
FAILED: 1
The connection to the model tracker could not be established.
START
START: 0
The connection to the model tracker is in the initialization phase.
UNKNOWN
UNKNOWN: 8
The state of the connection to the model tracker is unknown.
The state of the connection to the model tracker.