Interface CachingTaskListEventMap

The events fired by the CachingTaskList.

interface CachingTaskListEventMap {
    addtask: AddCachingTaskEvent;
    removetask: RemoveCachingTaskEvent;
}

Properties

Properties

Fired when a caching task is added.

Fired when a caching task is added.

Generated using TypeDoc