UNPKG

veritatisdoloremque

Version:
20 lines (11 loc) 517 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; [resume](./storage-types.uploadtask.resume.md) ## UploadTask.resume() method Resumes a paused task. Has no effect on a currently running or failed task. <b>Signature:</b> ```typescript resume(): boolean; ``` <b>Returns:</b> boolean True if the operation took effect, false if ignored.