TestimoX

API Reference

Enum

StagingMode

Namespace TestimoX.Execution
Assembly TestimoX
Base Enum
Implements
IComparable ISpanFormattable IFormattable IConvertible
Modifiers sealed

Controls how AD dataset staging is performed relative to the main progress view.

Inheritance

  • Enum
  • StagingMode

Values

public const StagingMode Sequential #

Stage datasets first, then run rules. Staging rows are shown inside the Standard progress table.

Value: 0
public const StagingMode Overlap #

Stage datasets in the background with singleflight; rules that depend on them wait visibly. Non-dependent rules may start immediately. (Planned)

Value: 1