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?