Member Junction
    Preparing search index...

    Running tallies for a process run.

    interface RunCounts {
        Error: number;
        Processed: number;
        Skipped: number;
        Success: number;
    }

    Hierarchy (View Summary)

    Index

    Properties

    Error: number

    Records that failed.

    Processed: number

    Records handed to the processor so far.

    Skipped: number

    Records that were skipped.

    Success: number

    Records that succeeded.