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

libtmux_mcp.models.SendKeysBatchResult

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.SendKeysBatchResult
class [source]
class [source]
class libtmux_mcp.models.SendKeysBatchResult
Bases:
  • BaseModel

Structured result for a batch of raw-input send operations.

Members

results

results : list[SendKeysOperationResult] = Field( default_factory=list, description="Per-operation results in attempted order.", )
attribute [source]
attribute [source]
results

succeeded

succeeded : int = Field(description="Number of operations sent successfully.")
attribute [source]
attribute [source]
succeeded

failed

failed : int = Field(description="Number of operations that failed.")
attribute [source]
attribute [source]
failed

stopped_at

stopped_at : int | None = Field( default=None, description=( "Index where processing stopped because on_error='stop', or None " "when all operations were attempted." ), )
attribute [source]
attribute [source]
stopped_at
Esc

Type to search.