On this page
LibTmux.TmuxCommand.RequiredGeneration
- Module
- LibTmux
- Declared in
- TmuxCommand
- Package
- LibTmux
- Source
- src/LibTmux/Chaining/TmuxCommand.cs
- RequiredGeneration : ServerGeneration?
-
Gets the server generation this command's target belongs to.
A tmux ID such as
%2is only meaningful on the server that issued it; a restarted server reuses those IDs for different objects. A command built from an entity therefore records which server the entity was read from, andExecuteAsyncrefuses to run it against a different one.Null means the command names no entity -- a raw command, or one whose target is a name rather than an ID -- and carries no such requirement.
0 declared, 0 inherited