React Native Firebase
    Preparing search index...
    TaskState: {
        CANCELED: "canceled";
        CANCELLED: "canceled";
        ERROR: "error";
        PAUSED: "paused";
        RUNNING: "running";
        SUCCESS: "success";
    }

    Represents the current state of a running upload/download.

    Type Declaration

    • ReadonlyCANCELED: "canceled"
    • ReadonlyCANCELLED: "canceled"
    • ReadonlyERROR: "error"
    • ReadonlyPAUSED: "paused"
    • ReadonlyRUNNING: "running"
    • ReadonlySUCCESS: "success"