Click or drag to resize

pipelineModelExecutionContextfinishedTasks Property

Home | imbSCI | imbACE | imbNLP | imbWEM | imbWBI
Gets or sets the scheduled tasks.

Namespace:  imbNLP.PartOfSpeech.pipeline.machine
Assembly:  imbNLP.PartOfSpeech (in imbNLP.PartOfSpeech.dll) Version: 0.2.30
Syntax
C#
public ConcurrentStack<IPipelineTask> finishedTasks { get; protected set; }

Property Value

Type: ConcurrentStackIPipelineTask
The scheduled tasks.
See Also