module documentation

Applications - Launcher for all Picoware apps.

Function run Run the app.
Function start Start the app.
Function stop Stop the app.
Variable _app_loader Undocumented
Variable _applications Undocumented
Variable _applications_index Undocumented
def run(view_manager):

Run the app.

Parameters
view_manager:ViewManagerThe view manager context.
def start(view_manager) -> bool:

Start the app.

Parameters
view_manager:ViewManagerThe view manager context.
Returns
boolTrue on success.
def stop(view_manager):

Stop the app.

Parameters
view_manager:ViewManagerThe view manager context.
_app_loader =

Undocumented

_applications =

Undocumented

_applications_index: int =

Undocumented