---
title: NWTCPConnectionState.cancelled
framework: networkextension
role: symbol
role_heading: Case
path: networkextension/nwtcpconnectionstate/cancelled
---

# NWTCPConnectionState.cancelled

The connection has been cancelled by the client calling cancel.

## Declaration

```swift
case cancelled
```

## See Also

### Connection States

- [NWTCPConnectionState.invalid](networkextension/nwtcpconnectionstate/invalid.md)
- [NWTCPConnectionState.connecting](networkextension/nwtcpconnectionstate/connecting.md)
- [NWTCPConnectionState.waiting](networkextension/nwtcpconnectionstate/waiting.md)
- [NWTCPConnectionState.connected](networkextension/nwtcpconnectionstate/connected.md)
- [NWTCPConnectionState.disconnected](networkextension/nwtcpconnectionstate/disconnected.md)
