crawlerDomainTask Class |
[This is preliminary documentation and is subject to change.]
Namespace: imbWEM.Core.crawler.engine
public class crawlerDomainTask : ILogSerializableProvider<ICrawlerDomainTaskSerializable>
The crawlerDomainTask type exposes the following members.
| Name | Description | |
|---|---|---|
| crawlerDomainTask |
Initializes a new instance of the crawlerDomainTask class.
|
| Name | Description | |
|---|---|---|
| aRecord | ||
| executionThread | ||
| finishedRatio | ||
| isLoaderDisabled | loader is disabled for this task -- crawler will not get new spiderResults | |
| isStageAborted | ||
| iterationStatus | ||
| parent | Reference to parent collection | |
| reporter | ||
| sinceLastIterationStart | ||
| stageControl | ||
| startTime | ||
| status | ||
| targetDetected | ||
| targetLoaded | ||
| TimeLimitForOneItemLoad | ||
| tRecord | ||
| web | ||
| wGeneralRecord | ||
| wProfile | ||
| wRecord |
| Name | Description | |
|---|---|---|
| CallAbort |
Proper abort call
| |
| Closing |
Ending procedure
| |
| Equals | (Inherited from Object.) | |
| GetHashCode | (Inherited from Object.) | |
| GetType | (Inherited from Object.) | |
| IsActive |
Determines whether this instance is active. Returns false if more than TimeLimitForOneItemLoad minutes since last new iteration started lastIterationStart | |
| SetLogSerializable | ||
| start |
Starts this instance.
| |
| ToString | (Inherited from Object.) |