Skip to main content
Corvus Connection

IScriptHealth

Interface
TheOmenDen.StreamPulse.Scripting.IScriptHealthOptional health probe a script can implement so the host can surface its state on the desktop and export it as telemetry. Polled periodically and on demand; keep it cheap and side-effect free.

Members

1
  • CheckHealthAsync
    method
    ValueTask<ScriptHealthReport> CheckHealthAsync(CancellationToken cancellationToken = default)
    Reports the script's current health.