Gjsify LogoGjsify Logo

Hierarchy

  • ChildWatchFunc

Callable

  • ChildWatchFunc(pid: number, wait_status: number): void
  • Prototype of a #GChildWatchSource callback, called when a child process has exited.

    To interpret wait_status, see the documentation for g_spawn_check_wait_status(). In particular, on Unix platforms, note that it is usually not equal to the integer passed to exit() or returned from main().

    Parameters

    • pid: number

      the process id of the child process

    • wait_status: number

      Status information about the child process, encoded in a platform-specific manner

    Returns void

Legend

  • Module
  • Object literal
  • Variable
  • Function
  • Function with type parameter
  • Index signature
  • Type alias
  • Type alias with type parameter
  • Enumeration
  • Enumeration member
  • Property
  • Method
  • Interface
  • Interface with type parameter
  • Constructor
  • Property
  • Method
  • Index signature
  • Class
  • Class with type parameter
  • Constructor
  • Property
  • Method
  • Accessor
  • Index signature
  • Inherited constructor
  • Inherited property
  • Inherited method
  • Inherited accessor
  • Protected property
  • Protected method
  • Protected accessor
  • Private property
  • Private method
  • Private accessor
  • Static property
  • Static method