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

WindowsML.List

Lists all IDs of ML objects.

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

Parameters

none

Result

Returns list or error.

Description

Lists all IDs of ML objects.
Returns IDs for all Windows ML objects in memory. If this list is growing, you may have forgotten to call WindowsML.Release in your scripts.

Examples

List all object IDs:

Set Variable [$list; Value: MBS( "WindowsML.List" ) ]

See also

Release notes

Blog Entries

This function is free to use.

Created 25th January 2023, last changed 27th August 2023


WindowsML.Evaluate - WindowsML.Open