# io.github.libtmux.transport.DispatchOutcome.DispatchOutcome

- **Module:** io.github.libtmux.transport.DispatchOutcome
- **Package:** io.github.libtmux:libtmux
- **Language:** Java
- **Kind:** enum
- **Source:** https://github.com/libtmux/libtmux-java/blob/c3517519ee799428a809ce6deb1708c8be289cd1/libtmux/src/main/java/io/github/libtmux/transport/DispatchOutcome.java#L4
- **Page:** https://libtmux.org/reference/java/io-github-libtmux-transport-dispatchoutcome-dispatchoutcome/

How certain the transport is that tmux applied a request.

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