# 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/52968a3181c1c9e6d1b26c565d4b170968ae61c0/tmux/control_protocol.go#L49
- **Page:** https://libtmux.org/en/go/latest/reference/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.
