Result: Variant;
The Result property returns task execution result.
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:
IDalCommandTask.Result - result of the task that is used to work with database using SQL queries.
The property use is given in description of the ITask.ContinueWith method.
See also: