Embedded32 API
Preparing search index...
@embedded32/core
Task
Interface Task
interface
Task
{
id
:
string
;
name
:
string
;
priority
:
number
;
execute
()
:
Promise
<
void
>
;
}
Index
Properties
id
name
priority
Methods
execute
Properties
id
id
:
string
name
name
:
string
priority
priority
:
number
Methods
execute
execute
()
:
Promise
<
void
>
Returns
Promise
<
void
>
Settings
Member Visibility
Protected
Inherited
Theme
OS
Light
Dark
On This Page
Properties
id
name
priority
Methods
execute
Embedded32 API
Loading...