• Run the given config file. This will initialize the runner, and deinitialize it once it has finished

    Parameters

    • configResourceUrl: string

      The URL or local path to a Components.js config file.

    • action: IActionInit

      The action to pass to the runner.

    • OptionalrunnerUri: string

      An optional URI identifying the runner.

    • Optionalproperties: ISetupProperties

      Properties to pass to the Components.js loader.

    Returns Promise<any>

    A promise that resolves when the runner has been initialized.