blessed-components - v1.20.0
GitHub
Roadmap
Preparing search index...
index
ProcessTableItem
Interface ProcessTableItem
Process table row.
interface
ProcessTableItem
{
command
:
string
;
exitCode
?:
number
;
name
:
string
;
status
:
"success"
|
"failed"
|
"running"
|
"stopped"
;
}
Index
Properties
command
exit
Code?
name
status
Properties
command
command
:
string
Optional
exit
Code
exitCode
?:
number
name
name
:
string
status
status
:
"success"
|
"failed"
|
"running"
|
"stopped"
Settings
Member Visibility
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
command
exit
Code
name
status
GitHub
Roadmap
blessed-components - v1.20.0
Loading...
Process table row.