Run a task in a fixed period loop.
Build the looper with a function to invoke on a fixed period loop.
the async function to invoke
Get the task function to invoke on a fixed period loop.
the task function
Indicates if looping.
true if looping, false otherwise
Set the loop period in milliseconds.
the loop period in milliseconds
Start the task loop.
Optional
specifies if the task should target a fixed period by accounting for run time (default false)
this instance for chaining
Stop the task loop.
Generated using TypeDoc
Run a task in a fixed period loop.