Member Junction
    Preparing search index...

    Interface RecordProcessGetRunStatusOutput

    Output of RecordProcess.GetRunStatus — a snapshot of the run's progress.

    interface RecordProcessGetRunStatusOutput {
        error: number;
        processed: number;
        skipped: number;
        status: string;
        success: number;
        total: number;
    }
    Index

    Properties

    error: number
    processed: number
    skipped: number
    status: string
    success: number
    total: number