Embedded32 API
Preparing search index...
@embedded32/supervisor
ModuleInfo
Interface ModuleInfo
interface
ModuleInfo
{
config
:
ModuleConfig
;
id
:
string
;
lastError
?:
string
;
lastErrorTime
?:
number
;
name
:
string
;
restartCount
:
number
;
state
:
ModuleState
;
uptime
:
number
;
version
:
string
;
}
Index
Properties
config
id
last
Error?
last
Error
Time?
name
restart
Count
state
uptime
version
Properties
config
config
:
ModuleConfig
id
id
:
string
Optional
last
Error
lastError
?:
string
Optional
last
Error
Time
lastErrorTime
?:
number
name
name
:
string
restart
Count
restartCount
:
number
state
state
:
ModuleState
uptime
uptime
:
number
version
version
:
string
Settings
Member Visibility
Protected
Inherited
Theme
OS
Light
Dark
On This Page
Properties
config
id
last
Error
last
Error
Time
name
restart
Count
state
uptime
version
Embedded32 API
Loading...