Preparing search index...
The search index is not available
Houston Common Library
Houston Common Library
@45drives/houston-common-lib
ExitedProcess
Class ExitedProcess
Hierarchy-Diagram
Legend
class
public property
public method
Hierarchy (
view full
)
ProcessBase
ExitedProcess
Index
Constructors
constructor
Properties
command
exit
Status
killed
By?
server
stderr
stdout
Methods
failed
get
Name
get
Stderr
get
Stdout
log
Debug
prefix
Message
succeeded
to
String
Constructors
constructor
new
Exited
Process
(
server
:
Server
,
command
:
Command
,
exitStatus
:
number
,
stdout
:
Uint8Array
,
stderr
:
string
,
killedBy
?:
string
)
:
ExitedProcess
Parameters
server
:
Server
command
:
Command
exitStatus
:
number
stdout
:
Uint8Array
stderr
:
string
Optional
killedBy
:
string
Returns
ExitedProcess
Properties
Readonly
command
command
:
Command
Readonly
exit
Status
exit
Status
:
number
Optional
Readonly
killed
By
killed
By
?:
string
Readonly
server
server
:
Server
Readonly
stderr
stderr
:
string
Readonly
stdout
stdout
:
Uint8Array
Methods
failed
failed
(
)
:
boolean
Returns
boolean
get
Name
get
Name
(
)
:
string
Returns
string
get
Stderr
get
Stderr
(
)
:
string
Returns
string
get
Stdout
get
Stdout
(
binary
?:
false
)
:
string
Parameters
Optional
binary
:
false
Returns
string
get
Stdout
(
binary
:
true
)
:
Uint8Array
Parameters
binary
:
true
Returns
Uint8Array
log
Debug
log
Debug
(
logger
?:
(
(
...
args
:
any
[]
)
=>
void
)
)
:
void
Parameters
logger
:
(
(
...
args
:
any
[]
)
=>
void
)
= console.log
(
...
args
:
any
[]
)
:
void
Parameters
Rest
...
args
:
any
[]
Returns
void
Returns
void
prefix
Message
prefix
Message
(
message
:
string
)
:
string
Parameters
message
:
string
Returns
string
succeeded
succeeded
(
)
:
boolean
Returns
boolean
to
String
to
String
(
)
:
string
Returns
string
Settings
Member Visibility
Protected
Private
Inherited
External
Theme
OS
Light
Dark
On This Page
constructor
command
exit
Status
killed
By
server
stderr
stdout
failed
get
Name
get
Stderr
get
Stdout
log
Debug
prefix
Message
succeeded
to
String
Official Cockpit API Documentation
Houston Common Library
Loading...