# LibTmux.TmuxWaitChannel.Signalled

- **Module:** LibTmux.TmuxWaitChannel
- **Package:** LibTmux
- **Language:** .NET
- **Kind:** property
- **Source:** https://github.com/libtmux/libtmux-dotnet/blob/320dc64f4b8b7815842471327a5e6b84a1499bf8/src/LibTmux/Waiting/TmuxWaitChannel.cs#L55
- **Page:** https://libtmux.org/en/dotnet/latest/reference/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.
