-
-
Notifications
You must be signed in to change notification settings - Fork 11
libcURL.EasyHandle.Pause
Andrew Lambert edited this page Nov 26, 2022
·
11 revisions
libcURL.EasyHandle.Pause
Function Pause(Mask As Integer = CURLPAUSE_ALL) As Boolean
Name | Type | Comment |
---|---|---|
Mask | Integer | Optional. A bitmask of one or more CURLPAUSE_* constants that controls whether uploads and/or downloads are paused. If this parameter is not specified then both are paused. |
If the operation succeeded this method returns True
. If it returns False
the operation failed and the curl error number is stored in EasyHandle.LastError.
Pauses a transfer's upload and/or download operation.
- EasyHandle.Resume
- curl_easy_pause in the libcURL documentation.
Wiki home | Project page | Bugs | Become a sponsor
Text and code examples are Copyright ©2014-24 Andrew Lambert, offered under the CC BY-SA 3.0 License.