@flowscripter/dynamic-cli-framework
    Preparing search index...

    Class StartupServiceProvider

    Minimal internal ServiceProvider which registers a DefaultStartupService in the Context. There is no natural per-provider work for this service to do on init - tasks registered against it are run by the run orchestration loop directly, not via initService.

    Implements

    Index
    serviceId: string = STARTUP_SERVICE_ID

    The ID which identifies the service provided.

    servicePriority: number

    Used to determine the order in which multiple service instances will be initialised. Higher values will be initialised before lower values.

    startupService: DefaultStartupService