nxa.StartApp

Description

Start a LUA App in a separate thread context.

Signature

nxa.StartApp (LUA file, LUA function)

Parameters

Name Type Mandatory/Optional Description
LUA fileMname of the LUA file where the function is defined
LUA functionMLUA worker function that is invoked within a separate thread

Return

None.