Runtime QML Type

The handle for a runtime that is executing an application. More...

Import Statement: import QtApplicationManager.SystemUI 2.0

Properties

Detailed Description

While an Application is running, the associated Runtime object will be valid and yield access to runtime related information.

Right now, only the accessor property for the Container object is exposed to the QML side.

Property Documentation

[read-only] container : Container

This property returns the Container object of a running application. Please see the general Container and the Container class documentation for more information on containers within the application manager.