markmv - v1.26.2
    Preparing search index...

    Interface TransactionOptions

    Configuration options for transaction management.

    Controls transaction behavior including backup creation, error handling, and retry logic for robust file operations.

    interface TransactionOptions {
        createBackups?: boolean;
        continueOnError?: boolean;
        maxRetries?: number;
    }
    Index

    Properties

    createBackups?: boolean

    Create backups before destructive operations

    continueOnError?: boolean

    Continue on non-critical errors

    maxRetries?: number

    Maximum number of retry attempts