# io.github.libtmux.control.ControlClient.ControlClient.isAlive

- **Module:** io.github.libtmux.control.ControlClient.ControlClient
- **Package:** io.github.libtmux:libtmux
- **Language:** Java
- **Kind:** method
- **Source:** https://github.com/libtmux/libtmux-java/blob/c3517519ee799428a809ce6deb1708c8be289cd1/libtmux/src/main/java/io/github/libtmux/control/ControlClient.java#L176
- **Page:** https://libtmux.org/reference/java/io-github-libtmux-control-controlclient-controlclient-isalive/

```
io.github.libtmux.control.ControlClient.ControlClient.isAlive() -> boolean
```

Whether the client is still running.

<p>A control client is a client of the server it talks to, so it ends when that server does.
A carrier holding one needs to tell "this command failed" from "there is no longer anything
to send commands to", which are the same exception until this is asked.
