Method: PHPCrawler::enableResumption()



Prepares the crawler for process-resumption.
Signature:

public enableResumption()

Parameters:

No parameter-descriptions available.

Returns:

No information

Description:

In order to be able to resume an aborted/terminated crawling-process, it is necessary to
initially call the enableResumption() method in your script/project.

For further details on how to resume aborted processes please see the documentation of the
resume() method.