NI TestStand

cancel
Showing results for 
Search instead for 
Did you mean: 

Is "Post Action Callback" or "PostAction Callback" a real term?

Hi folks,

 

Please bear with me, as I'm being an extreme pedant. (Which, incidentally, is a requirement for most NI certification exams.)

In the course of working on one of my plugins, I'm trying to decipher how the Execution.PostResultsCallbackMask works.

 

I'm reading this page:

https://www.ni.com/docs/en-US/bundle/teststand-api-reference/page/tsapiref/postresultscallbackmaskop...

 

I read this line:

  • PostResultsCallbackMaskOption_PostAction –(Value: 128) Specifies to call PostResults callbacks with all accumulated results for all PostAction callback sequences

 

If I search Google:

site:ni.com "Post Action Callback"

I get four results. "PostAction Callback" only returns the above page.

 

One of the results is an ancient TestStand manual:

https://download.ni.com/support/manuals/373435c.pdf

 

I know what they're getting at: The odious abomination that is calling a subsequence as part of a post action.

What's the story with this term? Is it just a deprecated relic, or is it a real thing that isn't well-documented?

 

I'm thinking of submitting a diabolical exam question about "Post Action Callbacks."

 

I admit, I'm being saltier than usual with this post, but I'm told that my saltiness is relatively mild. 😁

 

Mr. Jim

 

0 Kudos
Message 1 of 2
(86 Views)

When a step in TestStand executes, one of the actions is a Post Action:

https://www.ni.com/docs/en-US/bundle/teststand/page/step-execution.html?srsltid=AfmBOoqtVK-OVqzLaxCp...

 

#32 from that chart

 

One of the options is to call a subsequence.  That sequence gets called as a Post Action callback.  

 

The flag you are looking at is asking if you want those results to be passed to the post result list processor as well.

 

Hope this helps.

jigg
CTA, CLA
testeract.com
~Will work for kudos and/or BBQ~
0 Kudos
Message 2 of 2
(15 Views)