Skip to content

Consumers: Execution order

This page mirrors the Execution order section from Consumers.

AtStage

Source file, signature, and docstring

Member ConsumerBuilder.AtStage(int stage)

Kind function

Declaring Type ConsumerBuilder

Source File QaaS.Runner.Sessions/Actions/Consumers/Builders/ConsumerBuilderLogic.cs

Signature

public ConsumerBuilder AtStage(int stage)

Docstring

Sets the stage used by the current Runner consumer builder instance.

Use this method when working with the documented Runner consumer builder API surface in code. The change is stored on the current builder instance and is consumed by later build, validation, or execution steps.