# LibTmux.Mcp.PaneActivityHub.OwnsControlClient

- **Module:** LibTmux.Mcp.PaneActivityHub
- **Package:** LibTmux.Mcp
- **Language:** .NET
- **Kind:** method
- **Source:** https://github.com/libtmux/libtmux-dotnet/blob/320dc64f4b8b7815842471327a5e6b84a1499bf8/src/LibTmux.Mcp/Streaming/PaneActivityHub.cs#L66
- **Page:** https://libtmux.org/en/dotnet/latest/mcp/reference/libtmux-mcp-paneactivityhub-ownscontrolclient/

```
LibTmux.Mcp.PaneActivityHub.OwnsControlClient(clientName: string) -> bool
```

Reports whether this process opened the named control client.

tmux counts an observation client the same way it counts a human one, so
a client listing that wants to answer "is anyone actually watching"
excludes every name this method reports as owned.

## Parameters

- `clientName` (string): A client name, such as tmux reports for <c>#{client_name}</c>.

## Returns

<see langword="true" /> when this hub started that client.
