Click or drag to resize

IPlugInCommonBaseTStageEnum, TParenteventCrawlJobFinished Method

Home | imbSCI | imbACE | imbNLP | imbWEM | imbWBI

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

At very end of the crawl --- instance from blueprint crawled instance is called

Namespace:  imbWEM.Core.plugins.core
Assembly:  imbWEM.Core (in imbWEM.Core.dll) Version: 0.1.0.0 (0.1.0.0)
Syntax
C#
void eventCrawlJobFinished(
	analyticJob aJob,
	crawlerDomainTaskMachine __machine,
	modelSpiderTestRecord __tRecord
)

Parameters

aJob
Type: imbWEM.Core.projectanalyticJob
a job.
__machine
Type: imbWEM.Core.crawler.enginecrawlerDomainTaskMachine
The machine.
__tRecord
Type: imbWEM.Core.crawler.modelmodelSpiderTestRecord
The t record.
See Also