# 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/842228310449e879ebcaa3f910597757c9dbffd6/libtmux/src/main/java/io/github/libtmux/batch/BatchResult.java#L11
- **Page:** https://libtmux.org/en/java/latest/reference/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)
