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.
Parameters
None
Return Values
- true or false
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." );
}
{
session.log( "Maximum request attempts were reached." );
}
todd on 03/07/2012 at 5:03 pm
- Printer-friendly version
- Login or register to post comments