An optional function that returns an estimated process time, this is not directly used by the TaskQueue but can be used by an Task Scheduler to schedule the processing
The Function that will be executed when the Task is processed
A function to retrieve the priority of the Task, with 0 being the highest priority, and the first to be executed
The group by which similar tasks in the TaskQueue are combined
Generated using TypeDoc
Task that can be added to the TaskQueue