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 file | M | name of the LUA file where the function is defined | |
LUA function | M | LUA worker function that is invoked within a separate thread |