Prerelease This site documents an alpha of libtmux. Its structure, URLs and APIs are subject to change.

LibTmux.TmuxCommand.RequiredGeneration

.NET
  • Python Unavailable
  • Ruby Unavailable
  • Lua Unavailable
  • TypeScript Unavailable
  • Rust Unavailable
  • Go Unavailable
  • Java Unavailable
  • .NET
  • C++ Unavailable
  • Swift Unavailable

View as Markdown

Module
LibTmux
Declared in
TmuxCommand
Package
LibTmux
Source
src/LibTmux/Chaining/TmuxCommand.cs
RequiredGeneration : ServerGeneration?
property [source]
property [source]
RequiredGeneration

Gets the server generation this command's target belongs to.

A tmux ID such as %2 is 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, and ExecuteAsync refuses 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

Esc

Type to search.