# io.github.libtmux.PaneRun.PaneRun.Outcome

- **Module:** io.github.libtmux.PaneRun.PaneRun
- **Package:** io.github.libtmux:libtmux
- **Language:** Java
- **Kind:** enum
- **Source:** https://github.com/libtmux/libtmux-java/blob/842228310449e879ebcaa3f910597757c9dbffd6/libtmux/src/main/java/io/github/libtmux/PaneRun.java#L24
- **Page:** https://libtmux.org/en/java/latest/reference/io-github-libtmux-panerun-panerun-outcome/

Why a run's wait ended.

## Members

- `FINISHED` (constant): The command ended; its status is in {@link #exitStatus()}.
- `TIMED_OUT` (constant): The deadline passed with the command still running. The output is what it had printed.
- `SERVER_GONE` (constant): The server went away underneath the command, so nothing about it can be relied on.
