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.
๐ก Example
qml_collectgarbage()๐ History
Version
๐ Description
1.0.0
initial version
Last updated
Was this helpful?