Embedded32 API
Preparing search index...
@embedded32/supervisor
RuntimeEvent
Interface RuntimeEvent
interface
RuntimeEvent
{
data
?:
Record
<
string
,
unknown
>
;
moduleId
?:
string
;
timestamp
:
number
;
type
:
|
"module-started"
|
"module-stopped"
|
"module-failed"
|
"config-loaded"
|
"supervisor-started"
|
"supervisor-stopped"
|
"health-check"
;
}
Index
Properties
data?
module
Id?
timestamp
type
Properties
Optional
data
data
?:
Record
<
string
,
unknown
>
Optional
module
Id
moduleId
?:
string
timestamp
timestamp
:
number
type
type
:
|
"module-started"
|
"module-stopped"
|
"module-failed"
|
"config-loaded"
|
"supervisor-started"
|
"supervisor-stopped"
|
"health-check"
Settings
Member Visibility
Protected
Inherited
Theme
OS
Light
Dark
On This Page
Properties
data
module
Id
timestamp
type
Embedded32 API
Loading...