app
The current instance of the global application context.
const app: AppContext;
Description
Use app to access properties and methods of AppContext, e.g. app.log and app.addActivity(...). This instance is available immediately when the application starts, and remains the same throughout its lifetime.
