Components All New MacOS Windows Linux iOS
Examples Mac & Win Server Client Guides Statistic FMM Blog Deprecated Old

AVExport.Release

Frees the session.

Component Version macOS Windows Linux Server iOS SDK
AVExport 6.1 ✅ Yes ❌ No ❌ No ✅ Yes, on macOS ✅ Yes
MBS( "AVExport.Release"; AVExportSession )   More

Parameters

Parameter Description Example
AVExportSession The session reference number. $AVExport

Result

Returns OK or error.

Description

Frees the session.
All memory is released.
Please call this when you are done with the export.

Examples

Release export session:

Set Variable [$r; Value:MBS("AVExport.Release"; $$AVExport)]
Set Variable [$$AVExport; Value:""]

See also

Release notes

Example Databases

This function is free to use.

Created 29th February 2016, last changed 26th April 2023


AVExport.Progress - AVExport.ReleaseAll