Click or drag to resize

ISpiderModuleDataisModuleGaveUp Property

Home | imbSCI | imbACE | imbNLP | imbWEM | imbWBI

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

Gets a value indicating whether the instance of module gave up and returned all input ISpiderElement

Namespace:  imbWEM.Core.crawler.modules
Assembly:  imbWEM.Core (in imbWEM.Core.dll) Version: 0.1.0.0 (0.1.0.0)
Syntax
C#
bool isModuleGaveUp { get; }

Property Value

Type: Boolean
true if this instance is module gave up; otherwise, false.
See Also