Interface IScript
Interface for classes implementing a User Script to be used with userscript task
Namespace: HPE.Ianus.Scripting
Assembly: HPE.Ianus.dll
Syntax
public interface IScript
Methods
Run(Task)
Method invoked by Ianus to execute the user task.
User tasks logic must be implemented in the Run method override
Declaration
Task.TaskStatus Run(Task t)
Parameters
| Type | Name | Description |
|---|---|---|
| HPE.Ianus.Task | t | Current task information |
Returns
| Type | Description |
|---|---|
| HPE.Ianus.Task.TaskStatus | Task status code |