UNPKG

veritatisdoloremque

Version:
20 lines (11 loc) 512 B
<!-- Do not edit this file. It is automatically generated by API Documenter. --> [Home](./index.md) &gt; [@firebase/storage-types](./storage-types.md) &gt; [UploadTask](./storage-types.uploadtask.md) &gt; [pause](./storage-types.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.