On this page
io.github.libtmux.transport.DispatchOutcome.DispatchOutcome
- Module
- io.github.libtmux.transport.DispatchOutcome
- Package
- io.github.libtmux:libtmux
- Source
- libtmux/src/main/java/io/github/libtmux/transport/DispatchOutcome.java
-
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.