Search
Preparing search index...
The search index is not available
xstate
Options
All
Public
Public/Protected
All
Inherited
Externals
Only exported
Menu
Globals
Scheduler
Class Scheduler
Hierarchy
Scheduler
Index
Constructors
constructor
Methods
clear
initialize
schedule
Constructors
constructor
new
Scheduler
(
options
?:
Partial
<
SchedulerOptions
>
)
:
Scheduler
Parameters
Optional
options:
Partial
<
SchedulerOptions
>
Returns
Scheduler
Methods
clear
clear
(
)
:
void
Returns
void
initialize
initialize
(
callback
?:
undefined
|
(
(
)
=>
void
)
)
:
void
Parameters
Optional
callback:
undefined
|
(
(
)
=>
void
)
Returns
void
schedule
schedule
(
task
:
(
)
=>
void
)
:
void
Parameters
task:
(
)
=>
void
(
)
:
void
Returns
void
Returns
void
Globals
Scheduler
constructor
clear
initialize
schedule
Generated using
TypeDoc