Skip to main content
Corvus Connection

IScriptProgressReporter

Interface
TheOmenDen.StreamPulse.Scripting.IScriptProgressReporterLets a handler push progress events imperatively, without having to return an IAsyncEnumerable<ScriptProgress>. Available on every invocation via Progress.

Members

1
  • ReportAsync
    method
    ValueTask ReportAsync(ScriptProgress progress, CancellationToken cancellationToken = default)
    Reports a single progress event.