ITaskAction

Assembly: System;

Namespace: Prognoz.Platform.Interop.ForeSystem;

Description

The ITaskAction interface contains a method that enables the user to implement an action executed when a task is started.

Inheritance Hierarchy

ITaskAction

Comments

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.

Methods

  Method name Brief description
Action The Action method implements action that is executed when a task is started for execution.

See also:

System Assembly Interfaces