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." );
}