NI TestStand

cancel
Showing results for 
Search instead for 
Did you mean: 

Change Step.Result.Status of calling sequence

Solved!
Go to solution

This is an example of my structure:

 

The MainSequence contains some Sequences and each of them have a CheckSequence at Setup:

  • Sequence1
    • CheckSequence
  • Sequence2
    • CheckSequence
  • Sequence3
    • CheckSequence

Now I want to set the Step.Result.Status of the Sequence1,2 or 3 within the CheckSequence. I've tried this Statement, but it does not set the Status:

 

RunState.Caller.Caller.Step.Result.Status = "Skipped"

 

0 Kudos
Message 1 of 3
(1,866 Views)

Does nobody have a hint or solution?

0 Kudos
Message 2 of 3
(1,810 Views)
Solution
Accepted by topic author Struct
Message 3 of 3
(1,804 Views)