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