UNPKG

veritatisdoloremque

Version:
14 lines (8 loc) 401 B
<!-- Do not edit this file. It is automatically generated by API Documenter. --> [Home](./index.md) &gt; [@firebase/storage-types](./storage-types.md) &gt; [TaskState](./storage-types.taskstate.md) ## TaskState type Represents the current state of a running upload. <b>Signature:</b> ```typescript export type TaskState = 'running' | 'paused' | 'success' | 'canceled' | 'error'; ```