Fired after all workers have stopped crawling.

Declaration Syntax

Event Stopped As EventHandler
event EventHandler Stopped;
__event EventHandler Stopped;
In JScript, you can handle the events defined by a class, but you cannot define your own.

Remarks

This event can be fired because someone called Stop on the crawler, or because all requests completed processing.

Requirements

Namespace: Eas.WebCrawler.Interfaces
Assembly: Eas.WebCrawler.Interfaces (eas.webcrawler.interfaces.dll)

See Also

WebCrawlerEvents Interface | WebCrawlerEvents Members | Eas.WebCrawler.Interfaces Namespace