Interface ITask
Interface providing a Run() method for executing task code.
Namespace: Moth.Tasks
Assembly: Moth.Tasks.dll
Syntax
public interface ITask
Methods
| Improve this Doc View SourceRun()
Task code to run.
Declaration
void Run()