io.github.libtmux.transport.DispatchOutcome.DispatchOutcome
Java
- Python Unavailable
- Ruby Unavailable
- Lua Unavailable
- TypeScript Unavailable
- Rust Unavailable
- Go Unavailable
- Java
- .NET Unavailable
- C++ Unavailable
- Swift Unavailable
- 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
- NOT_DISPATCHED constant The process never started, so tmux cannot have applied anything.
- COMPLETE constant The process ran to completion and both channels were drained.
- UNKNOWN constant tmux may already have applied the command; the result is not knowable.