Node TAP
GitHub
node-tap.org
Preparing search index...
@tapjs/run
repl
PrintedProcessInfoNode
Type Alias PrintedProcessInfoNode
A
ProcessInfoNode
, as printed to the repl output.
type
PrintedProcessInfoNode
=
{
args
:
string
[]
;
children
?:
{
[
k
:
string
]:
PrintedProcessInfoNode
}
;
code
?:
number
;
command
:
string
;
cwd
:
string
;
date
:
string
;
parent
?:
string
;
pid
:
number
;
ppid
:
number
;
runtime
?:
number
;
signal
?:
NodeJS.Signals
;
}
Index
Properties
args
children?
code?
command
cwd
date
parent?
pid
ppid
runtime?
signal?
Properties
args
args
:
string
[]
Optional
children
children
?:
{
[
k
:
string
]:
PrintedProcessInfoNode
}
Optional
code
code
?:
number
command
command
:
string
cwd
cwd
:
string
date
date
:
string
Optional
parent
parent
?:
string
pid
pid
:
number
ppid
ppid
:
number
Optional
runtime
runtime
?:
number
Optional
signal
signal
?:
NodeJS.Signals
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
args
children
code
command
cwd
date
parent
pid
ppid
runtime
signal
GitHub
node-tap.org
Node TAP
Loading...
A ProcessInfoNode, as printed to the repl output.