Extension qnx.application

qnx.application

Return the list of applications, or to start or stop an application

Methods

find

Find the installed ID of a specific application by its user defined ID
Parameters:
Name Type Description
id String The ID of the application to start
Returns:
The installed ID
Type
  • String

getList

Return the list of applications
Returns:
A collection of the installed application objects
Type
  • Object
Example
 
{
    key: {String} {
    name: {String}, 
    group: {String},
    id: {String},
    uri: {String},
    icon: {String},
    },
[...]
}

start

Create a request to start an application
Parameters:
Name Type Description
id String The ID of the application to start
data Object The startup data for the application

stop

Create a request to stop an application
Parameters:
Name Type Description
id String The ID of the application to stop