On this page
LibTmux.TmuxOptions.GetAsync
- Module
- LibTmux
- Declared in
- TmuxOptions
- Package
- LibTmux
- Source
- src/LibTmux/Options/TmuxOptions.cs
- GetAsync ( request : GetOptionRequest , cancellationToken : CancellationToken ) Task<IReadOnlyList<TmuxOption>>
-
Reads one option.
- Parameters
-
-
request ( GetOptionRequest ) – Which option to read, and how.
-
cancellationToken ( CancellationToken ) – Cancels the tmux command.
-
- Returns
-
Every entry tmux reported for the name: one for an ordinary option, and one per set index for an array.
- Raises
-
-
TmuxOptionException – tmux rejected the option name.
-
Discussed in Options and hooks
0 declared, 0 inherited