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