Click or drag to resize
IFdoTaskEvaluate Method
Runs the task and returns results of its evaluation. Optionally, run-time errors related to task evaluation may get reported via separate results reference.

Namespace: FDF.Common.Features.Tasks
Assembly: FDF.Common (in FDF.Common.dll) Version: 3.0.0.0
Syntax
FdoTaskResult Evaluate(
	ref FdfResultCollection results = null
)

Parameters

results (Optional)
Type: FDF.Common.RuntimeFdfResultCollection

Return Value

Type: FdoTaskResult
Remarks