Skip to content

Probes: Execution order

This page mirrors the Execution order section from Probes.

AtStage

Source file, signature, and docstring

Member ProbeBuilder.AtStage(int stage)

Kind function

Declaring Type ProbeBuilder

Source File QaaS.Runner.Sessions/Actions/Probes/ProbeBuilder.cs

Signature

public ProbeBuilder AtStage(int stage)

Docstring

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

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