UNPKG

voluptasmollitia

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