setDoLazyScrape
| runnableScrapingSession.setDoLazyScrape( boolean doLazyScrape ) |
| Description |
| Indicates whether or not the scraping session should run concurrently (at the same time as) other scraping sessions. Note that we recommend not setting this value to "false" when running scraping sessions in the workbench as it will cause the interface to freeze up until sessions have completed. If you'd like to run multiple scraping sessions serially (one after another), the best option is to set the "Maximum number of concurrent running scraping sessions" to "1" in the "Settings" window. |
 |
| Example |
// Indicates that the runnable scraping session should not be run // in a separate thread. runnableScrapingSession.setDoLazyScrape( false ); |
|
|
Recent comments
2 hours 20 min ago
2 hours 27 min ago
4 hours 34 min ago
23 hours 59 min ago
1 day 16 min ago
1 day 1 hour ago
1 day 1 hour ago
1 day 1 hour ago
1 day 1 hour ago
2 days 22 hours ago