@tapjs/processinfo
GitHub
isaacs projects
Preparing search index...
process-info-node
ProcessInfoNode
Class ProcessInfoNode
Index
Constructors
constructor
Properties
argv
children?
code?
cwd
date
descendants
exec
Argv
external
ID
files
globals
Added?
NODE_
OPTIONS?
parent?
pid
ppid
root?
runtime?
signal?
sources
uuid
Methods
link
to
JSON
Constructors
constructor
new
ProcessInfoNode
(
data
:
ProcessInfoNodeData
)
:
ProcessInfoNode
Parameters
data
:
ProcessInfoNodeData
Returns
ProcessInfoNode
Properties
argv
argv
:
string
[]
Optional
children
children
?:
Set
<
ProcessInfoNode
>
|
null
= null
Optional
code
code
?:
number
|
null
cwd
cwd
:
string
date
date
:
string
descendants
descendants
:
Set
<
ProcessInfoNode
>
|
null
= null
exec
Argv
execArgv
:
string
[]
external
ID
externalID
:
string
|
null
= null
files
files
:
string
[]
= []
Optional
globals
Added
globalsAdded
?:
string
[]
Optional
NODE_
OPTIONS
NODE_OPTIONS
?:
string
Optional
parent
parent
?:
ProcessInfoNode
|
null
= null
pid
pid
:
number
ppid
ppid
:
number
Optional
root
root
?:
ProcessInfoNode
|
null
= null
Optional
runtime
runtime
?:
number
Optional
signal
signal
?:
Signals
|
null
sources
sources
:
Record
<
string
,
string
[]
>
= ...
uuid
uuid
:
string
Methods
link
link
(
db
:
ProcessInfo
)
:
void
Parameters
db
:
ProcessInfo
Returns
void
to
JSON
toJSON
()
:
{
[
k
:
string
]:
any
}
Returns
{
[
k
:
string
]:
any
}
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Constructors
constructor
Properties
argv
children
code
cwd
date
descendants
exec
Argv
external
ID
files
globals
Added
NODE_
OPTIONS
parent
pid
ppid
root
runtime
signal
sources
uuid
Methods
link
to
JSON
GitHub
isaacs projects
@tapjs/processinfo
Loading...