batch-cluster
Preparing search index...
HealthCheckable
Interface HealthCheckable
Interface for objects that can be health checked
interface
HealthCheckable
{
currentTask
?:
null
|
Task
<
unknown
>
;
ended
:
boolean
;
ending
:
boolean
;
failedTaskCount
:
number
;
idle
:
boolean
;
idleMs
:
number
;
pid
:
number
;
proc
:
{
stdin
?:
null
|
{
destroyed
?:
boolean
}
}
;
start
:
number
;
taskCount
:
number
;
}
Index
Properties
current
Task?
ended
ending
failed
Task
Count
idle
idle
Ms
pid
proc
start
task
Count
Properties
Optional
Readonly
current
Task
currentTask
?:
null
|
Task
<
unknown
>
Readonly
ended
ended
:
boolean
Readonly
ending
ending
:
boolean
Readonly
failed
Task
Count
failedTaskCount
:
number
Readonly
idle
idle
:
boolean
Readonly
idle
Ms
idleMs
:
number
Readonly
pid
pid
:
number
Readonly
proc
proc
:
{
stdin
?:
null
|
{
destroyed
?:
boolean
}
}
Readonly
start
start
:
number
Readonly
task
Count
taskCount
:
number
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
current
Task
ended
ending
failed
Task
Count
idle
idle
Ms
pid
proc
start
task
Count
batch-cluster
Loading...
Interface for objects that can be health checked