Assembly: System;
The ITaskAction interface contains a method that enables the user to implement an action executed when a task is started.
ITaskAction
The Action method should be redetermined in a custom class. The action execution result will be available in the ITask.Result property and will correspond to 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: