ForeNet > ForeNet Assembly Interfaces > IExecuteForeNetMethodScheduledTask
The IExecuteForeNetMethodScheduledTask interface contains properties and methods used to work with the object of scheduled tasks container, that implements execution of .NET assembly.
Property name | Brief description | |
![]() |
Assembly | The Assembly property determines the Fore.NET assembly, that needs to be executed. |
![]() |
FirstParamIsMetabase | The FirstParamIsMetabase property determines whether the method of link to the current repository is passed as a parameter value. |
![]() |
MethodName | The MethodName property determines the name of the .NET method, that needs to be executed at the task start. |
![]() |
RuntimeMethod | The RuntimeMethod property returns the context of the .NET method, started on executing the task. |
![]() |
TypeName | The TypeName property determines the name of .NET type, that contains the .NET method to be executed. |
Property name | Brief description | |
![]() |
Properties | The Properties property returns task parameters. |
![]() |
State | The State property returns task state at the current moment. |
Method name | Brief description | |
![]() |
CreateInvokeEvent | The CreateInvokeEvent method creates a new event of executing a task of the scheduled tasks container. |
![]() |
ExecuteImmediate | The ExecuteImmediate method is executes a task in current repository. |
![]() |
GetResults | The GetResults method returns task history. |
![]() |
ResetResults | The ResetResults property resets the results of task execution and marks it as "Ready". |
See also: