Show / Hide Table of Contents

Interface IAsyncBuildTask

An asychronous build task

Namespace: WeaverCore.Editor.Compilation
Assembly: WeaverCore.Editor.dll
Syntax
public interface IAsyncBuildTask

Properties

| Edit this page View Source

Completed

Is the task done?

Declaration
bool Completed { get; }
Property Value
Type Description
bool
| Edit this page View Source

Result

The result of the task

Declaration
object Result { get; set; }
Property Value
Type Description
object

Extension Methods

ReflectionUtilities.ReflectCallMethod(object, string, object[], BindingFlags)
ReflectionUtilities.ReflectGetField(object, string, BindingFlags)
ReflectionUtilities.ReflectGetMethod(object, string, BindingFlags)
ReflectionUtilities.ReflectGetProperty(object, string, BindingFlags)
ReflectionUtilities.ReflectSetField(object, string, object, BindingFlags)
ReflectionUtilities.ReflectSetProperty(object, string, object, BindingFlags)
  • Edit this page
  • View Source
☀
☾
In this article
Back to top
Generated by DocFX
☀
☾