Preparing search index...
The search index is not available
Houston Common Library
Houston Common Library
@45drives/houston-common-ui
Process
Class Process
Hierarchy-Diagram
Legend
class
public property
private property
public method
Hierarchy (
view full
)
ProcessBase
Process
Index
Constructors
constructor
Properties
command
server
spawn
Handle?
Methods
close
execute
get
Name
prefix
Message
terminate
to
String
wait
write
Constructors
constructor
new
Process
(
server
:
Server
,
command
:
Command
,
defer
?:
boolean
)
:
Process
Parameters
server
:
Server
command
:
Command
Optional
defer
:
boolean
Returns
Process
Properties
Readonly
command
command
:
Command
Readonly
server
server
:
Server
Private
Optional
spawn
Handle
spawn
Handle
?:
any
Methods
close
close
(
)
:
Process
Returns
Process
execute
execute
(
)
:
Process
Returns
Process
get
Name
get
Name
(
)
:
string
Returns
string
prefix
Message
prefix
Message
(
message
:
string
)
:
string
Parameters
message
:
string
Returns
string
terminate
terminate
(
)
:
Process
Returns
Process
to
String
to
String
(
)
:
string
Returns
string
wait
wait
(
failIfNonZero
?:
boolean
)
:
ResultAsync
<
ExitedProcess
,
ProcessError
>
Parameters
Optional
failIfNonZero
:
boolean
Returns
ResultAsync
<
ExitedProcess
,
ProcessError
>
write
write
(
data
:
string
|
Uint8Array
,
stream
?:
boolean
)
:
Result
<
null
,
ProcessError
>
Parameters
data
:
string
|
Uint8Array
Optional
stream
:
boolean
Returns
Result
<
null
,
ProcessError
>
Settings
Member Visibility
Protected
Private
Inherited
External
Theme
OS
Light
Dark
On This Page
constructor
command
server
spawn
Handle
close
execute
get
Name
prefix
Message
terminate
to
String
wait
write
Official Cockpit API Documentation
Houston Common Library
Loading...