qml_collectgarbage
Runs the Qml garbage collector.
📝Syntax
qml_collectgarbage
📄Description

The garbage collector will attempt to reclaim memory by locating and disposing of objects that are no longer reachable in the script environment.

💡Examples
qml_collectgarbage()
🕔Version History
Version Description
1.0.0 initial version
Edit this page on GitHub