Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface IProcessInfo

Information used to describe process

Information that is available without opening the process

Hierarchy

  • IProcessInfo

Implemented by

Index

Properties

Methods

Properties

id

id: number

Id of the process

type

{number}

name

name: string

Name of the process

type

{string}

Methods

open

  • Open the process for reading, writing, and debugging.

    Returns Promise<IProcess>

    process

Generated using TypeDoc