crawlerDomainTaskIterationPhase Enumeration |
[This is preliminary documentation and is subject to change.]
[Missing <summary> documentation for "T:imbWEM.Core.crawler.engine.crawlerDomainTaskIterationPhase"]
Namespace: imbWEM.Core.crawler.engine
public enum crawlerDomainTaskIterationPhase
| Member name | Value | Description | |
|---|---|---|---|
| none | 0 | ||
| receiveResult | 1 | ||
| applyLinkRules | 2 | ||
| getLoadTask | 4 | ||
| loadingTask | 8 | ||
| updatingData | 16 | ||
| checkingRules | 32 | ||
| iterationProcessNotStarted | 64 | ||
| iterationProcessFinished | 128 | ||
| iterationProcessInit | 256 | ||
| iterationStart | 512 | ||
| loadingSeedPage | 1024 | ||
| pageEvaluation | 2048 | ||
| statusUpdate | 4096 |