ICancellableAsyncBuild Interface
Namespace: Stride.Core.Assets
Assembly: Stride.Core.Assets.dll
public interface ICancellableAsyncBuild
|
Improve this Doc
View Source
Properties
AssemblyPath
string AssemblyPath { get; }
Property Value
Type |
Description |
System.String |
|
BuildTask
Task<BuildResult> BuildTask { get; }
Property Value
Type |
Description |
System.Threading.Tasks.Task<Microsoft.Build.Execution.BuildResult> |
|
IsCanceled
Property Value
Type |
Description |
System.Boolean |
|
|
Improve this Doc
View Source
Methods
Cancel()
Extension Methods