exiftool-vendored
    Preparing search index...

    Interface WriteTaskResult

    interface WriteTaskResult {
        created: number;
        unchanged: number;
        updated: number;
        warnings?: string[];
    }
    Index

    Properties

    created: number

    Number of files created by ExifTool

    unchanged: number

    Number of files that ExifTool knew it did not need change. Note that ExifTool (at least as of v12.70) only realizes it doesn't need to change a file if you are clearing an already empty value.

    updated: number

    Number of files updated by ExifTool. Note that this does not mean any field values were changed from prior values.

    warnings?: string[]

    Non-exceptional warnings from ExifTool, like "Error: Nothing to write", or "Nothing to do."

    Any invalid tag names or values will cause Errors to be thrown.