On this page
LibTmux.TmuxOptions.GetAllAsync
- Module
- LibTmux
- Declared in
- TmuxOptions
- Package
- LibTmux
- Source
- src/LibTmux/Options/TmuxOptions.cs
- GetAllAsync ( request : GetOptionsRequest? , cancellationToken : CancellationToken ) Task<IReadOnlyList<TmuxOption>>
-
Reads every option in the scope.
- Parameters
-
-
request ( GetOptionsRequest? ) – How to read them, or null for the plain reading.
-
cancellationToken ( CancellationToken ) – Cancels the tmux command.
-
- Returns
-
Every option tmux reported, in the order it reported them.
- Raises
-
-
TmuxOptionException – tmux rejected the request.
-
Discussed in Options and hooks
0 declared, 0 inherited