# tmux.ControlCommandResult.Number

- **Module:** tmux.ControlCommandResult
- **Package:** github.com/libtmux/libtmux-go/tmux
- **Language:** Go
- **Kind:** attribute
- **Source:** https://github.com/libtmux/libtmux-go/blob/5f808882015a975a65acc7f9da5b3ff0d5cbdc91/tmux/control_protocol.go#L49
- **Page:** https://libtmux.org/reference/go/tmux-controlcommandresult-number/

Number is tmux's command number for the frame. tmux counts commands the server processed rather than commands this client sent, so a command from any other client advances it too and the gap between two frames is not a count of this client's work.
