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

WindowsOCR.ReleaseAll

Release all our objects.

Component Version macOS Windows Linux Server iOS SDK
WindowsOCR 13.1 ❌ No ✅ Yes ❌ No ✅ Yes, on Windows ❌ No
MBS( "WindowsOCR.ReleaseAll" )

Parameters

none

Result

Returns OK or error.

Description

Release all our objects.
You should better use WindowsOCR.Release with the reference numbers you got earlier as this function releases all objects and that may include objects from other scripts.

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( "WindowsOCR.ReleaseAll" ) ]

See also

This function is free to use.

Created 22nd January 2023, last changed 27th August 2023


WindowsOCR.Release - WindowsOCR.Result