Table of Contents

Interface IStudioRunnerExecutor

Namespace
Cress.Studio.Services
Assembly
Cress.Execution.dll
public interface IStudioRunnerExecutor

Methods

ExecuteAsync(string, RunOptions, IProgress<RuntimeProgressUpdate>?, CancellationToken)

Task<RunResult> ExecuteAsync(string projectRoot, RunOptions options, IProgress<RuntimeProgressUpdate>? progress, CancellationToken cancellationToken)

Parameters

projectRoot string
options RunOptions
progress IProgress<RuntimeProgressUpdate>
cancellationToken CancellationToken

Returns

Task<RunResult>