Interface IAsyncBuildTask
An asychronous build task
Namespace: WeaverCore.Editor.Compilation
Assembly: WeaverCore.Editor.dll
Syntax
public interface IAsyncBuildTask
Properties
| Edit this page View SourceCompleted
Is the task done?
Declaration
bool Completed { get; }
Property Value
Type | Description |
---|---|
bool |
Result
The result of the task
Declaration
object Result { get; set; }
Property Value
Type | Description |
---|---|
object |