libtmux Reference MCP Search
On this page

io.github.libtmux.transport.DispatchOutcome.DispatchOutcome

View as Markdown

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

How certain the transport is that tmux applied a request.

Discussed in Errors and exceptions

3 declared, 0 inherited

Members

  • COMPLETE constant The process ran to completion and both channels were drained.
  • NOT_DISPATCHED constant The process never started, so tmux cannot have applied anything.
  • UNKNOWN constant tmux may already have applied the command; the result is not knowable.
Esc

Type to search.