Skip to content

Sessions: Execution order

This page mirrors the Execution order section from Sessions.

AtStage

Source file, signature, and docstring

Member SessionBuilder.AtStage(int stage)

Kind function

Declaring Type SessionBuilder

Source File QaaS.Runner.Sessions/Session/Builders/SessionBuilderLogic.cs

Signature

public SessionBuilder AtStage(int stage)

Docstring

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

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