# LibTmux.TmuxWaitChannel.Signalled

- **Module:** LibTmux.TmuxWaitChannel
- **Package:** LibTmux
- **Language:** .NET
- **Kind:** property
- **Source:** https://github.com/libtmux/libtmux-dotnet/blob/6656a563ec9e07ab52e0c3ac96f7704fc94cc0c0/src/LibTmux/Waiting/TmuxWaitChannel.cs#L55
- **Page:** https://libtmux.org/reference/dotnet/libtmux-tmuxwaitchannel-signalled/

Gets whether the wait completed before withdrawal began.

A false value does not prove that no signal arrived. Withdrawing must
signal the same channel, so tmux cannot attribute a completion that
races the decision to withdraw.
