@umbraco-cms/backoffice
    Preparing search index...

    Interface UmbEntityBulkActionProgressResult

    interface UmbEntityBulkActionProgressResult {
        cancelled: boolean;
        failed: number;
        succeeded: number;
    }
    Index
    cancelled: boolean

    Whether the operation was stopped by the user closing the dialog before completion.

    failed: number

    The number of entities that failed to process.

    succeeded: number

    The number of entities that were processed successfully.