ActiveConnectionState
Description:
[ CCode ( cprefix = "NM_ACTIVE_CONNECTION_STATE_" , has_type_id = false ) ]
public enum ActiveConnectionState
ActiveConnectionState values indicate the state of a connection to a specific network while it is starting,
connected, or disconnecting from that network.
Content:
Enum values:
- ACTIVATED - there is a
connection to the network
- ACTIVATING - a network
connection is being prepared
- DEACTIVATED - the network
connection is disconnected and will be removed
- DEACTIVATING - the network
connection is being torn down and cleaned up
- UNKNOWN - the state of the
connection is unknown