voluptasmollitia
Version:
Monorepo for the Firebase JavaScript SDK
20 lines (11 loc) • 488 B
Markdown
<!-- Do not edit this file. It is automatically generated by API Documenter. -->
[Home](./index.md) > [@firebase/storage](./storage.md) > [UploadTask](./storage.uploadtask.md) > [pause](./storage.uploadtask.pause.md)
## UploadTask.pause() method
Pauses a currently running task. Has no effect on a paused or failed task.
<b>Signature:</b>
```typescript
pause(): boolean;
```
<b>Returns:</b>
boolean
True if the operation took effect, false if ignored.