Skip to main content

observe

Function observe 

Source
pub fn observe(
    ctx: &Ctx,
    step: &str,
    run: &mut Runner<'_>,
) -> Result<StepState, RkError>
Expand description

Observe one step’s desired state.

§Errors

Propagates executor failures; a forge answer that merely disagrees is a StepState, not an error.