ITask.Result

Syntax

Result: Variant;

Description

The Result property returns task execution result.

Comments

Using this property, the user can get result of the task that executes the action implemented in the ITaskAction.Action method. To get results of special tasks, use appropriate properties:

Example

The property use is given in description of the ITask.ContinueWith method.

See also:

ITask