Show / Hide Table of Contents

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 Source

Run()

Task code to run.

Declaration
void Run()
  • Improve this Doc
  • View Source
In This Article
Back to top Generated by DocFX