Action: ITaskAction;
Action: Prognoz.Platform.Interop.ForeSystem.ITaskAction;
The Action property returns parameters of the action executed under the current task.
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: