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

libtmux_mcp.models.SendKeysOperationResult

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

API reference · Markdown

class libtmux_mcp.models.SendKeysOperationResult
class [source]
class [source]
class libtmux_mcp.models.SendKeysOperationResult
Bases:
  • BaseModel

Per-operation result from batch sending.

Returned by send_keys_batch .

Members

index

index : int = Field(description="Zero-based index in the submitted operation list.")
attribute [source]
attribute [source]
index

pane_id

pane_id : str | None = Field( default=None, description="Resolved pane ID, or None if target resolution failed.", )
attribute [source]
attribute [source]
pane_id

success

success : bool = Field(description="True when this operation sent successfully.")
attribute [source]
attribute [source]
success

error

error : str | None = Field( default=None, description="Error message for this operation, if it failed.", )
attribute [source]
attribute [source]
error

elapsed_seconds

elapsed_seconds : float = Field(description="Time spent on this operation.")
attribute [source]
attribute [source]
elapsed_seconds
Esc

Type to search.