Skip to content

libcURL.MultiHandle.Pause

Andrew Lambert edited this page Nov 26, 2022 · 2 revisions

Method Signature

 Sub Pause()

Remarks

Pauses the timer that runs transfers on the main event loop. This has the effect of pausing all transfers withour removing them. Calling this method has no effect if you're using the PerformOnce method to run transfers on a thread (just stop calling PerformOnce if you want to pause.)

Clone this wiki locally