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

    Interface SalesforceBatchJob

    interface SalesforceBatchJob {
        apexClass: { name: string; namespacePrefix: string };
        completedDate: null | Date;
        createdById: string;
        createdDate: Date;
        id: string;
        jobItemsProcessed?: number;
        methodName: string;
        parentJobId?: string;
        status: SalesforceBatchStatus;
        totalJobItems?: number;
    }
    Index

    Properties

    apexClass: { name: string; namespacePrefix: string }
    completedDate: null | Date
    createdById: string
    createdDate: Date
    id: string
    jobItemsProcessed?: number
    methodName: string
    parentJobId?: string
    totalJobItems?: number