API (v2.0.0) - Giro3D
    Preparing search index...

    Interface RequestQueueEvents

    interface RequestQueueEvents {
        "task-cancelled": unknown;
        "task-executed": unknown;
    }
    Index

    Properties

    "task-cancelled": unknown

    Raised when a task has been cancelled.

    "task-executed": unknown

    Raised when a task has been executed.