# tmux.Dispatch

- **Module:** tmux
- **Package:** github.com/libtmux/libtmux-go/tmux
- **Language:** Go
- **Kind:** struct
- **Source:** https://github.com/libtmux/libtmux-go/blob/52968a3181c1c9e6d1b26c565d4b170968ae61c0/tmux/plan.go#L245
- **Page:** https://libtmux.org/en/go/latest/reference/tmux-dispatch/

Dispatch is one tmux invocation and the operations it carries. A dispatch holding more than one operation is sent as a tmux command list.

## Members

- `Ops` (attribute): Ops are the indices of the operations this dispatch carries, in order.
- `Reason` (attribute): Reason says why the dispatch ends where it does. It is "chained" for a command list, "creates" for an operation whose new object's ID a later step needs, "captures" for one whose output the caller reads, and "alone" for a chainable operation with nothing beside it to chain to.
