getExtractorPatternTimedOut
boolean scrapeableFile.getExtractorPatternTimedOut () (professional and enterprise editions only)
Description
Indicates whether or not the most recent extractor pattern application timed out.
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." );
}