getExtractorPatternTimedOut
boolean scrapeableFile.getExtractorPatternTimedOut () (professional and enterprise editions only)
Description
Indicates whether or not the most recent extractor pattern application timed out.
Parameters
None
Return Values
- true or false
Change Log
Version | Description |
---|---|
5.5.36a | Available in all editions. |
Examples
Find out about the last extractor pattern attempt
if( scrapeableFile.getExtractorPatternTimedOut() )
{
session.log( "Most recent extractor pattern timed out." );
}
{
session.log( "Most recent extractor pattern timed out." );
}
todd on 03/07/2012 at 4:55 pm
- Printer-friendly version
- Login or register to post comments