Prerelease This site documents an alpha of libtmux. Its structure, URLs and APIs are subject to change.

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

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

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

Type to search.