Interface IStudioRunnerExecutor
public interface IStudioRunnerExecutor
Methods
ExecuteAsync(string, RunOptions, IProgress<RuntimeProgressUpdate>?, CancellationToken)
Task<RunResult> ExecuteAsync(string projectRoot, RunOptions options, IProgress<RuntimeProgressUpdate>? progress, CancellationToken cancellationToken)
Parameters
projectRootstringoptionsRunOptionsprogressIProgress<RuntimeProgressUpdate>cancellationTokenCancellationToken