circu.js
Preparing search index...
process
CModuleProcess
SpawnSyncResult
Interface SpawnSyncResult
Synchronous spawn result. stdout/stderr are ArrayBuffers when captured.
interface
SpawnSyncResult
{
error
?:
Error
;
output
:
[
null
,
ArrayBuffer
|
null
,
ArrayBuffer
|
null
]
;
pid
:
number
;
signal
:
string
|
null
;
status
:
number
|
null
;
stderr
:
ArrayBuffer
|
null
;
stdout
:
ArrayBuffer
|
null
;
}
Index
Properties
error?
output
pid
signal
status
stderr
stdout
Properties
Optional
error
error
?:
Error
output
output
:
[
null
,
ArrayBuffer
|
null
,
ArrayBuffer
|
null
]
pid
pid
:
number
signal
signal
:
string
|
null
status
status
:
number
|
null
stderr
stderr
:
ArrayBuffer
|
null
stdout
stdout
:
ArrayBuffer
|
null
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
error
output
pid
signal
status
stderr
stdout
circu.js
Loading...
Synchronous spawn result. stdout/stderr are ArrayBuffers when captured.