# LibTmux.LibTmuxException.Dispatch

- **Module:** LibTmux.LibTmuxException
- **Package:** LibTmux
- **Language:** .NET
- **Kind:** property
- **Source:** https://github.com/libtmux/libtmux-dotnet/blob/6656a563ec9e07ab52e0c3ac96f7704fc94cc0c0/src/LibTmux/Exceptions/LibTmuxException.cs#L40
- **Page:** https://libtmux.org/reference/dotnet/libtmux-libtmuxexception-dispatch/

Gets whether the command reached tmux, and so whether a retry is safe.

Defaults to <see cref="TmuxDispatchState.Unknown"/>, which is the state
that does not invite an unsafe retry. A failure only claims
<see cref="TmuxDispatchState.NotDispatched"/> where the code can see
that tmux was never started.
