Preparing search index...
The search index is not available
Tidyscripts Docs
Tidyscripts Docs
node
process_manager
ProcessAdapter
Interface ProcessAdapter
interface
ProcessAdapter
{
cols
?:
number
;
enable_fifo
?:
boolean
;
env
?:
Record
<
string
,
string
>
;
idle_timeout_ms
?:
number
;
name
:
string
;
rows
?:
number
;
spawn_args
:
string
[]
;
spawn_command
:
string
;
}
Index
Properties
cols?
enable_
fifo?
env?
idle_
timeout_
ms?
name
rows?
spawn_
args
spawn_
command
Properties
Optional
cols
cols
?:
number
Optional
enable_
fifo
enable_
fifo
?:
boolean
Optional
env
env
?:
Record
<
string
,
string
>
Optional
idle_
timeout_
ms
idle_
timeout_
ms
?:
number
name
name
:
string
Optional
rows
rows
?:
number
spawn_
args
spawn_
args
:
string
[]
spawn_
command
spawn_
command
:
string
Settings
Member Visibility
Protected
Inherited
Theme
OS
Light
Dark
On This Page
Properties
cols
enable_
fifo
env
idle_
timeout_
ms
name
rows
spawn_
args
spawn_
command
Tidyscripts Docs
Loading...