Components | All | New | MacOS | Windows | Linux | iOS | ||||
Examples | Mac & Win | Server | Client | Guides | Statistic | FMM | Blog | Deprecated | Old |
CURL.ReleaseAll
Releases all CURL objects.
Component | Version | macOS | Windows | Linux | Server | iOS SDK |
CURL | 10.2 | ✅ Yes | ✅ Yes | ✅ Yes | ✅ Yes | ✅ Yes |
MBS( "CURL.ReleaseAll" )
Parameters
none
Result
Returns OK or error.
Description
Releases all CURL objects.Returns error if one transfer is still running.
Be aware that on a server this may free objects, which are used by other scripts running in parallel!
Examples
Cleanup:
Set Variable [ $r ; Value: MBS( "CURL.ReleaseAll" ) ]
See also
- CURL.Release
- Java.ReleaseAll
- JSON.ReleaseAll
- LDAP.ReleaseAll
- PKey.ReleaseAll
- SSH.ReleaseAll
- TAPI.ReleaseAll
- WMFP.ReleaseAll
- X509.ReleaseAll
- XML.ReleaseAll
Release notes
- Version 10.2
- Added CURL.Release and CURL.ReleaseAll functions. Marked CURL.Cleanup as deprecated.
Blog Entries
This function is free to use.
Created 19th April 2020, last changed 27th August 2023