getNumRecordsScraped

session.getNumRecordsScraped() (enterprise edition only)
Description
Gets the number of records that have currently been scraped. This method is used in conjunction with record thresholds in the Enterprise edition. See also the setNumRecordsScraped and addToNumRecordsScraped methods.
Example
// Outputs the number of records that have been scraped to the log.
session.log( "Num records scraped so far: " + session.getNumRecordsScraped() );