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?