getMaxRequestAttemptsReached
boolean scrapeableFile.getMaxRequestAttemptsReached () (professional and enterprise editions only)
Description
Indicates whether or not the maximum attempts to request a given scrapeable file were reached.
Change Log
Version |
Description |
5.5.36a |
Available in all editions. |
Examples
Find out about the last request attempt
if( scrapeableFile.getMaxRequestAttemptsReached() )
{
session.log( "Maximum request attempts were reached." );
}