edgeport - v1.0.3
Preparing search index...
ssh
ExecResult
Interface ExecResult
The result of running a command to completion.
interface
ExecResult
{
code
:
number
;
stderr
:
Uint8Array
;
stdout
:
Uint8Array
;
}
Index
Properties
code
stderr
stdout
Properties
code
code
:
number
stderr
stderr
:
Uint8Array
stdout
stdout
:
Uint8Array
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
code
stderr
stdout
edgeport - v1.0.3
Loading...
The result of running a command to completion.