# command.CommandChain

- **Module:** command
- **Package:** libtmux
- **Language:** Rust
- **Kind:** struct
- **Source:** https://github.com/libtmux/libtmux-rs/blob/8a648c0894dfffc9303583f753b6c8ae01f2fe76/crates/libtmux/src/command.rs#L324
- **Page:** https://libtmux.org/reference/rs/command-commandchain/

## Members

- `new` (method) — Start a chain from its first command.
- `then` (method) — Append one command, to run after the previous one succeeds.
- `command_count` (method)
- `summary` (method)
