VPNServiceState
Description:
[ CCode ( cprefix = "NM_VPN_SERVICE_STATE_" , has_type_id = false ) ]
public enum VPNServiceState
Content:
Enum values:
- INIT - The VPN plugin is initialized.
- SHUTDOWN - Not used.
- STARTED - The plugin has connected to a
VPN server.
- STARTING - The plugin is attempting to
connect to a VPN server.
- STOPPED - The plugin has disconnected
from the VPN server.
- STOPPING - The plugin is disconnecting
from the VPN server.
- UNKNOWN - The state of the VPN plugin is
unknown.