Click or drag to resize

crawlerDomainTaskIsActive Method

Home | imbSCI | imbACE | imbNLP | imbWEM | imbWBI

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

Determines whether this instance is active. Returns false if more than TimeLimitForOneItemLoad minutes since last new iteration started lastIterationStart

Namespace:  imbWEM.Core.crawler.engine
Assembly:  imbWEM.Core (in imbWEM.Core.dll) Version: 0.1.0.0 (0.1.0.0)
Syntax
C#
public bool IsActive()

Return Value

Type: Boolean
true if this instance is active; otherwise, false.
See Also