modal
Preparing search index...
ContainerProcess
Class ContainerProcess<R>
Type Parameters
R
extends
string
|
Uint8Array
=
any
Index
Constructors
constructor
Properties
returncode
stderr
stdin
stdout
Methods
wait
Constructors
constructor
new
ContainerProcess
<
R
extends
string
|
Uint8Array
<
ArrayBufferLike
>
=
any
>
(
execId
:
string
,
options
?:
ExecOptions
,
)
:
ContainerProcess
<
R
>
Type Parameters
R
extends
string
|
Uint8Array
<
ArrayBufferLike
>
=
any
Parameters
execId
:
string
Optional
options
:
ExecOptions
Returns
ContainerProcess
<
R
>
Properties
returncode
returncode
:
null
|
number
= null
stderr
stderr
:
ModalReadStream
<
R
>
stdin
stdin
:
ModalWriteStream
<
R
>
stdout
stdout
:
ModalReadStream
<
R
>
Methods
wait
wait
()
:
Promise
<
number
>
Wait for process completion and return the exit code.
Returns
Promise
<
number
>
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Constructors
constructor
Properties
returncode
stderr
stdin
stdout
Methods
wait
modal
Loading...
Wait for process completion and return the exit code.