-
-
Notifications
You must be signed in to change notification settings - Fork 11
libcURL.MultiHandle.Pause
Andrew Lambert edited this page Nov 26, 2022
·
2 revisions
libcURL.MultiHandle.Pause
Sub Pause()
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.)
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.