Project home
API overview
GitHub
npm package
Theme
System
Light
Dark
scp-next
Preparing search index...
ExecResult
Interface ExecResult
Captured result from one remote SSH command.
interface
ExecResult
{
command
:
string
;
exitCode
:
number
|
null
;
signal
?:
string
;
stderr
:
string
;
stdout
:
string
;
}
Index
Properties
command
exit
Code
signal?
stderr
stdout
Properties
command
command
:
string
exit
Code
exitCode
:
number
|
null
Optional
signal
signal
?:
string
stderr
stderr
:
string
stdout
stdout
:
string
Settings
Member Visibility
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
command
exit
Code
signal
stderr
stdout
scp-next
Loading...
Captured result from one remote SSH command.