agentOS API Reference - v0.2.0-rc.3
Docs
Preparing search index...
SpawnedProcessInfo
Interface SpawnedProcessInfo
Info about a process spawned via
spawn
.
interface
SpawnedProcessInfo
{
args
:
string
[]
;
command
:
string
;
exitCode
:
number
|
null
;
pid
:
number
;
running
:
boolean
;
}
Index
Properties
args
command
exit
Code
pid
running
Properties
args
args
:
string
[]
command
command
:
string
exit
Code
exitCode
:
number
|
null
pid
pid
:
number
running
running
:
boolean
Settings
Member Visibility
Inherited
Theme
OS
Light
Dark
On This Page
Properties
args
command
exit
Code
pid
running
Docs
agentOS API Reference - v0.2.0-rc.3
Loading...
Info about a process spawned via
spawn.