# io.github.libtmux.batch.BatchResult.BatchResult

- **Module:** io.github.libtmux.batch.BatchResult
- **Package:** io.github.libtmux:libtmux
- **Language:** Java
- **Kind:** struct
- **Source:** https://github.com/libtmux/libtmux-java/blob/c3517519ee799428a809ce6deb1708c8be289cd1/libtmux/src/main/java/io/github/libtmux/batch/BatchResult.java#L11
- **Page:** https://libtmux.org/reference/java/io-github-libtmux-batch-batchresult-batchresult/

What became of every operation in one batch.

## Members

- `succeeded` (method) — Whether tmux ran every operation and all of them succeeded.
- `failure` (method) — The operation that failed, if one did. Everything after it was discarded by tmux.
- `toString` (method)
