Whether or not the WebCrawlerEngine was paused at some point while this request was being processed.

Declaration Syntax

ReadOnly Property WasPaused() As Boolean
bool WasPaused {get;}
__property bool get_WasPaused();
function get WasPaused() : Boolean;

Remarks

This property will return
true
even aftet the WebCrawlerEngine has been subsequently unpaused.

Requirements

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

See Also

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