# tmux.Dispatch.Reason

- **Module:** tmux.Dispatch
- **Package:** github.com/libtmux/libtmux-go/tmux
- **Language:** Go
- **Kind:** attribute
- **Source:** https://github.com/libtmux/libtmux-go/blob/5f808882015a975a65acc7f9da5b3ff0d5cbdc91/tmux/plan.go#L252
- **Page:** https://libtmux.org/reference/go/tmux-dispatch-reason/

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.
