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

common.CommandOptions

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

View as Markdown

Module
common
Package
libtmux
Source
packages/libtmux/src/common.ts
interface common.CommandOptions
interface [source]
interface [source]
interface common.CommandOptions

What every command accepts, whichever handle it is called on.

Both fields bound how long a caller waits, from opposite ends: the deadline is set when the command starts, the signal can arrive at any time.

3 declared, 0 inherited

Members

  • signal property Abandon the command when this signal fires.
  • stdin property
  • timeoutMs property Give up on the command after this many milliseconds.
Esc

Type to search.