• Perform a system migration for the entire World, applying migrations for Actors, Items, Scenes, Tokens and Compendium packs

    Parameters

    • Optional options: {
          dialog: undefined | object;
          state: undefined | MigrationState;
          systemPacks: undefined | boolean;
          unlock: undefined | boolean;
      } = {}

      Additional options

      • dialog: undefined | object

        Progress dialog options. Set to falsy to disable the dialog.

      • state: undefined | MigrationState

        Migration state tracker

      • systemPacks: undefined | boolean

        Migrate system packs.

      • unlock: undefined | boolean

        If false, locked compendiums are ignored.

    Returns Promise<void>

    • A Promise which resolves once the migration is completed

Generated using TypeDoc