Components | All | New | MacOS | Windows | Linux | iOS | ||||
Examples | Mac & Win | Server | Client | Guides | Statistic | FMM | Blog | Deprecated | Old |
CURL.List
Lists all IDs of current CURL transfers.
Component | Version | macOS | Windows | Linux | Server | iOS SDK |
CURL | 5.4 | ✅ Yes | ✅ Yes | ✅ Yes | ✅ Yes | ✅ Yes |
MBS( "CURL.List" )
Parameters
none
Result
Returns list or error.
Description
Lists all IDs of current CURL transfers.Returns IDs for all CURL objects in memory. If this list is growing, you may have forgotten to call CURL.Release in your scripts.
Normally after all scripts are done, this list should be empty unless there is an asynchron or background transfer still running.
Examples
Shows list of IDs:
Show Custom Dialog [ "List" ; MBS( "CURL.List" ) ]
See also
Blog Entries
This function is free to use.
Created 13th October 2015, last changed 27th June 2022