Click or drag to resize
IFdoTask Interface
Interface providing specialized feature processing capabilities.

Namespace: FDF.Common.Features.Tasks
Assembly: FDF.Common (in FDF.Common.dll) Version: 3.0.0.0
Syntax
public interface IFdoTask : IFdfQueryable, 
	IFdfLocalizable, ICloneable, IFdfEditable

The IFdoTask type exposes the following members.

Properties
  NameDescription
Public propertyResolution
Gets or sets task error resolution during run-time.
Public propertyStatus
Gets or sets task status during run-time.
Top
Methods
  NameDescription
Public methodEvaluate
Runs the task and returns results of its evaluation. Optionally, run-time errors related to task evaluation may get reported via separate results reference.
Top
Remarks