# io.github.libtmux.batch.OperationOutcome.OperationOutcome

- **Module:** io.github.libtmux.batch.OperationOutcome
- **Package:** io.github.libtmux:libtmux
- **Language:** Java
- **Kind:** enum
- **Source:** https://github.com/libtmux/libtmux-java/blob/c3517519ee799428a809ce6deb1708c8be289cd1/libtmux/src/main/java/io/github/libtmux/batch/OperationOutcome.java#L4
- **Page:** https://libtmux.org/reference/java/io-github-libtmux-batch-operationoutcome-operationoutcome/

What became of one operation in a batch.

## Members

- `COMPLETE` (constant) — tmux ran it and it succeeded.
- `FAILED` (constant) — tmux ran it and it failed. Everything after it was discarded.
- `SKIPPED` (constant) — tmux never reached it, because an earlier operation failed.
- `UNKNOWN` (constant) — Whether tmux applied it cannot be determined.
