Embedded32 API
Preparing search index...
@embedded32/supervisor
Module
Interface Module
interface
Module
{
id
:
string
;
name
:
string
;
version
:
string
;
getStatus
()
:
ModuleInfo
;
start
()
:
Promise
<
void
>
;
stop
()
:
Promise
<
void
>
;
}
Index
Properties
id
name
version
Methods
get
Status
start
stop
Properties
id
id
:
string
name
name
:
string
version
version
:
string
Methods
get
Status
getStatus
()
:
ModuleInfo
Returns
ModuleInfo
start
start
()
:
Promise
<
void
>
Returns
Promise
<
void
>
stop
stop
()
:
Promise
<
void
>
Returns
Promise
<
void
>
Settings
Member Visibility
Protected
Inherited
Theme
OS
Light
Dark
On This Page
Properties
id
name
version
Methods
get
Status
start
stop
Embedded32 API
Loading...