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

errors.TmuxTransportError.signal

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

View as Markdown

Module
errors
Declared in
TmuxTransportError
Package
libtmux
Source
packages/libtmux/src/errors.ts
signal : : string | null | undefined
attributereadonly [source]
attributereadonly [source]
signal

The signal that ended the process, when one did.

A plain string rather than Node's NodeJS.Signals: these declarations are gated to compile with no ambient Node types, and a consumer compares this against "SIGKILL" either way.

0 declared, 0 inherited

Esc

Type to search.