@edgible-team/sdk
Edgible
Preparing search index...
node
CommandResult
Interface CommandResult
Outcome of an executor run. Non-zero exits are reported here, not thrown.
interface
CommandResult
{
duration
:
number
;
exitCode
:
number
;
stderr
:
string
;
stdout
:
string
;
success
:
boolean
;
}
Index
Properties
duration
exit
Code
stderr
stdout
success
Properties
duration
duration
:
number
exit
Code
exitCode
:
number
stderr
stderr
:
string
stdout
stdout
:
string
success
success
:
boolean
Settings
Member Visibility
Protected
Inherited
Theme
OS
Light
Dark
On This Page
Properties
duration
exit
Code
stderr
stdout
success
Edgible
@edgible-team/sdk
Loading...
Outcome of an executor run. Non-zero exits are reported here, not thrown.