libtmux Reference MCP Search
On this page

io.github.libtmux.batch.OperationOutcome.OperationOutcome

View as Markdown

Module
io.github.libtmux.batch.OperationOutcome
Package
io.github.libtmux:libtmux
Source
libtmux/src/main/java/io/github/libtmux/batch/OperationOutcome.java
enum io.github.libtmux.batch.OperationOutcome.OperationOutcome
enum [source]
enum [source]
enum io.github.libtmux.batch.OperationOutcome.OperationOutcome

What became of one operation in a batch.

4 declared, 0 inherited

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.
Esc

Type to search.