Interface RemoveCachingTaskEvent

Dispatched when a caching task is removed.

interface RemoveCachingTaskEvent {
    date: Date;
    task: CachingTask;
    type: removetask;
}

Hierarchy (view full)

Properties

Properties

date: Date

The creation date of the event.

The task which has been removed.

The type of the event.