Assembly: System;
Namespace: Prognoz.Platform.Interop.ForeSystem;
The ITaskAction interface contains a method that enables the user to implement an action executed when a task is started.
ITaskAction
The Action method must be redefined in the custom class. Action result will be available in the ITask.Result property; it matches the value returned by the Action method.
Method name | Brief description | |
Action | The Action method implements action that is executed when a task is started for execution. |
See also: