Interface IStudioRunnerNode
public interface IStudioRunnerNode
Properties
Snapshot
StudioRunnerNodeSnapshot Snapshot { get; }
Property Value
Methods
DispatchAsync(StudioRunnerDispatchRequest, IProgress<RuntimeProgressUpdate>?, CancellationToken)
Task<StudioRunnerDispatchResult> DispatchAsync(StudioRunnerDispatchRequest request, IProgress<RuntimeProgressUpdate>? progress, CancellationToken cancellationToken = default)
Parameters
requestStudioRunnerDispatchRequestprogressIProgress<RuntimeProgressUpdate>cancellationTokenCancellationToken
Returns
Events
Changed
event Action? Changed