Home > @firebase/storage > TaskState
TaskState type
Represents the current state of a running upload.
Signature:
export declare type TaskState = 'running' | 'paused' | 'success' | 'canceled' | 'error';
Home > @firebase/storage > TaskState
Represents the current state of a running upload.
Signature:
export declare type TaskState = 'running' | 'paused' | 'success' | 'canceled' | 'error';