Click or drag to resize

spiderPullDecayModes Enumeration

Home | imbSCI | imbACE | imbNLP | imbWEM | imbWBI

[This is preliminary documentation and is subject to change.]

[Missing <summary> documentation for "T:imbWEM.Core.crawler.core.spiderPullDecayModes"]

Namespace:  imbWEM.Core.crawler.core
Assembly:  imbWEM.Core (in imbWEM.Core.dll) Version: 0.1.0.0 (0.1.0.0)
Syntax
C#
[FlagsAttribute]
public enum spiderPullDecayModes
Members
  Member nameValueDescription
none0
targetAgeLimit2 Target is disabled after becoming older than specified general age
targetCycleAgeLimit4 Target is disabled by defined Cycle age -- one cycle is pass trough FRA without load
targetReserveLayerAgeLimit8 Target is disabled after reaching certain age in the Reserve layer
belowZeroScoreRemoval16 When target has less then zero score - it will be removed immediatly
belowSecondaryLayerRemoval32 When target is in the Reserve layer
See Also