Ignore requests with the same unique name if repeated during this time. You can also set each as a delay
parameter for the request
method. The default value of the delay
is 25
Cancel the requested task with the id
parameter.
It's a unique name for the task.
If there was a scheduled task, return true
, otherwise false
.
Cancel all requested tasks.
Call before destroying an app.
Wait until the requested task of the id
parameter is actually called.
It's a unique name for the task.
The Promise instance.
Calls each of the listeners registered for a given event.
Return an array listing the events for which the emitter has registered listeners.
Return the number of listeners listening to a given event.
Return the listeners registered for a given event.
Add a listener for a given event.
Add a one-time listener for a given event.
Remove all listeners, or those of the specified event.
Remove the listeners of a given event.
Request to execute the callback function. The function is not called immediately and waits as much as the delay
parameter. The default value of the delay
is this.__delay
.
It's a unique name for the task. If this value is called in duplicate, the existing task is ignored.
The callback function to be called.
Ignore requests with the same unique name if repeated during this time.
This instance.
Generated using TypeDoc