@andreabiagini5/applicazioni-e-servizi-web-project - v1.1.3
Preparing search index...
src/routines/routine
setRoutine
Function setRoutine
setRoutine
(
task
:
()
=>
Promise
<
void
>
,
interval
:
number
)
:
void
Sets a routine to run at a specified interval.
Parameters
task
:
()
=>
Promise
<
void
>
The task to run.
interval
:
number
The interval in milliseconds.
Returns
void
Settings
Member Visibility
Inherited
Theme
OS
Light
Dark
@andreabiagini5/applicazioni-e-servizi-web-project - v1.1.3
Loading...
Sets a routine to run at a specified interval.