ITask.Action

Syntax

Action: ITaskAction;

Description

The Action property returns parameters of the action executed under the current task.

Comments

This property is relevant only for the tasks that execute some actions and that are added to task queue using the ContinueWith method.

This property returns Null for specific tasks.

See also:

ITask