Table of Contents

Interface ICancellableAsyncBuild

Namespace
Stride.Core.Assets
Assembly
Stride.Core.Assets.dll
public interface ICancellableAsyncBuild

Properties

AssemblyPath

string AssemblyPath { get; }

Property Value

string

BuildTask

Task<BuildResult> BuildTask { get; }

Property Value

Task<BuildResult>

IsCanceled

bool IsCanceled { get; }

Property Value

bool

Methods

Cancel()

void Cancel()