All chains
    Preparing search index...
    progress: RuntimeDescriptor<
        [],

            | {
                current_migration: number;
                current_migration_max_steps?: number;
                current_migration_steps: number;
                total_migrations: number;
            }
            | undefined,
    >

    Returns progress information about the current migration, if any.

    This function provides detailed information about the current migration's progress, including the number of steps completed and the maximum allowed steps.