# LibTmux.TmuxWaitMode

- **Module:** LibTmux
- **Package:** LibTmux
- **Language:** .NET
- **Kind:** enum
- **Source:** https://github.com/libtmux/libtmux-dotnet/blob/6656a563ec9e07ab52e0c3ac96f7704fc94cc0c0/src/LibTmux/Requests/WaitForRequest.cs#L4
- **Page:** https://libtmux.org/reference/dotnet/libtmux-tmuxwaitmode/

What to do with a <c>wait-for</c> channel.

## Members

- `Wait` (constant) — Block until the channel is signalled.
- `Signal` (constant) — Release everything waiting on the channel.
- `Lock` (constant) — Take the channel's lock, blocking until it is free.
- `Unlock` (constant) — Release the channel's lock.
