THEOplayer Web SDK
    Preparing search index...

    Interface RemoveCachingTaskEvent

    Fired when a caching task is removed.

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

    Hierarchy (View Summary)

    • Event<"removetask">
      • RemoveCachingTaskEvent
    Index

    Properties

    Properties

    date: Date

    The creation date of the event.

    The task which has been removed.

    type: "removetask"

    The type of the event.