Interface ICancellableAsyncBuild
public interface ICancellableAsyncBuild
Properties
AssemblyPath
string AssemblyPath { get; }
Property Value
BuildTask
Task<BuildResult> BuildTask { get; }
Property Value
IsCanceled
bool IsCanceled { get; }
Property Value
Methods
Cancel()
void Cancel()