Skip to content

libcURL.EasyHandle.Pause

Andrew Lambert edited this page Jun 7, 2015 · 11 revisions

#libcURL.EasyHandle.Pause

##Method Signature

 Function Pause(Mask As Integer = CURLPAUSE_ALL) As Boolean

##Parameters

Name Type Comment
Mask Integer Optional. A CURLPAUSE_* constant that controls whether uploads and/or downloads are paused.

##Notes Pauses a transfer's upload and/or download operation. If no error, returns True.

##See also

Clone this wiki locally