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

server.ServerOptions.timeoutMs

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

View as Markdown

Module
server
Declared in
ServerOptions
Package
libtmux
Source
packages/libtmux/src/server.ts
timeoutMs : : number | null
propertyreadonly [source]
propertyreadonly [source]
timeoutMs

Default deadline, in milliseconds, for every command this server runs: 30 seconds unless set. null removes it, so commands wait as long as tmux takes.

Must be a positive timer-safe integer or null. A single call can override it either way. Commands that wait on a person — display-popup, display-menu, command-prompt, confirm-before, display-panes and wait-for — get no default, since bounding them would cut the person off; a deadline passed on the call itself still applies to them.

0 declared, 0 inherited

Esc

Type to search.