Type alias JobInfo

JobInfo: {
    apexProcessingTime: string;
    apiActiveProcessingTime: string;
    apiVersion: string;
    concurrencyMode: string;
    contentType: string;
    createdById: string;
    createdDate: string;
    id: string;
    numberBatchesCompleted: string;
    numberBatchesFailed: string;
    numberBatchesInProgress: string;
    numberBatchesQueued: string;
    numberBatchesTotal: string;
    numberRecordsFailed: string;
    numberRecordsProcessed: string;
    numberRetries: string;
    object: string;
    operation: BulkOperation;
    state: JobState;
    systemModstamp: string;
    totalProcessingTime: string;
}

Type declaration

  • apexProcessingTime: string
  • apiActiveProcessingTime: string
  • apiVersion: string
  • concurrencyMode: string
  • contentType: string
  • createdById: string
  • createdDate: string
  • id: string
  • numberBatchesCompleted: string
  • numberBatchesFailed: string
  • numberBatchesInProgress: string
  • numberBatchesQueued: string
  • numberBatchesTotal: string
  • numberRecordsFailed: string
  • numberRecordsProcessed: string
  • numberRetries: string
  • object: string
  • operation: BulkOperation
  • state: JobState
  • systemModstamp: string
  • totalProcessingTime: string