TestimoX

API Reference

Class

ProgressChannel

Namespace TestimoX.Execution.Progress

Lightweight async context channel that lets deep execution steps surface a short per-row status message back to the live progress renderer without coupling layers.

Inheritance

  • Object
  • ProgressChannel

Methods

Report(System.String message) #

Reports a short status message to the active row, if any.

Parameters

message System.String required
ReportPhase(System.String phase) #

Reports a brief phase tag (e.g., "preflight").

Parameters

phase System.String required

Properties

Current #

Gets or sets the current row update handler in the async context.

Phase #

Gets or sets the current phase update handler in the async context.