Interface ITaskRunner
Namespace: Ludiq
Syntax
public interface ITaskRunner
Properties
runsCurrentThread
Declaration
bool runsCurrentThread { get; }
Property Value
| Type | Description |
|---|---|
| Boolean |
Methods
Report(Task)
Declaration
void Report(Task task)
Parameters
| Type | Name | Description |
|---|---|---|
| Task | task |
Run(Task)
Declaration
void Run(Task task)
Parameters
| Type | Name | Description |
|---|---|---|
| Task | task |