vlocode-project - v1.40.0-beta-4
    Preparing search index...

    Interface SalesforceBatchJobStatus

    interface SalesforceBatchJobStatus {
        apexClass: string;
        done: boolean;
        elapsedTime: number;
        id: string;
        progress: number;
        status: SalesforceBatchStatus;
        total: number;
    }
    Index

    Properties

    apexClass: string

    Name of the APEX class executed by the batch

    done: boolean

    True if the batch is completed otherwise false

    elapsedTime: number

    Elapsed time in ms since the batch was started

    id: string

    ID of the batch job

    progress: number

    Number of batches processed in this job

    total: number

    Total number of batches in this job