Function launcherUpdate

  • Updates the Synapse X installation. If callback is passed, then it will be invoked with update progress information, such as the size of the content being downloaded, or how many files are left to download. Function completes when the updating process has finished. If no update is available, this function will end almost instantly.

    Parameters

    • launcher: launcher.Launcher
    • Optional callback: ((progress: number, total: number) => void)
        • (progress: number, total: number): void
        • Parameters

          • progress: number
          • total: number

          Returns void

    Returns Promise<void>

Generated using TypeDoc