-
-
Notifications
You must be signed in to change notification settings - Fork 11
libcURL.EasyHandle.Resume
Andrew Lambert edited this page Jun 7, 2015
·
11 revisions
#libcURL.EasyHandle.Resume ##Method Signature
Function Resume(Mask As Integer = CURLPAUSE_CONT) As Boolean##Parameters
| Name | Type | Comment |
|---|---|---|
| Mask | Integer | Optional. A CURLPAUSE_* constant that controls whether uploads and/or downloads are resumed. |
##Notes
Resumes a transfer which was paused either by using the Pause method, or by returning CURL_READFUNC_PAUSE from DataNeeded or CURL_WRITEFUNC_PAUSE from DataAvailable.
If no error, returns True.
##See also
- Pause
- curl_easy_pause in the libcURL documentation.
Wiki home | Project page | Bugs | Become a sponsor
Text and code examples are Copyright ©2014-26 Andrew Lambert, offered under the CC BY-SA 3.0 License.