Main class responsible for creating an instance of the Core App and loading a modules, tasks in purpose to run them or provide information about tasks.

Constructors

Methods

Constructors

Methods

  • Creates an instance of the Core App and loads the specified module.

    Parameters

    • module: AnyClass<any, any>

      The module to be loaded.

    Returns Promise<Core.App>

    A promise that resolves to an instance of the Core App.

    Static

    Async

Generated using TypeDoc