The type of items in the scheduler.
Creates a new PulseScheduler instance.
The period of the scheduler.
Returns a list of the items in the schedule.
Removes an item from the schedule at the specified index.
The index of the item to remove.
Removes items from the schedule that satisfy the given predicate.
The predicate function used to determine if an item should be removed.
Optional
deleteCount: numberStarts the schedule.
Stops the schedule.
Represents a scheduler that executes a processor function at regular intervals for each item in the list.