Execution.PostResultsCallback_PostFlushMask
- Mise à jour2025-07-21
- Temps de lecture : 1 minute(s)
Execution.PostResultsCallback_PostFlushMask
Syntax
Execution.PostResultsCallback_PostFlushMask
Data Type
Purpose
TestStand calls PostResults callbacks with all accumulated results before exiting any sequence you specify using this property.
Remarks
You typically specify the pre-flush mask and post-flush mask when a Model Plugin – OnTheFly Step Results entry point requires that the Context parameter of the entry point refer to the same sequence stack frame that executes all the steps in the Steps parameter of the entry point. Otherwise, the Steps parameter of the entry point can contain steps from multiple stack frames. Using this technique results in fewer steps for each invocation of the OnTheFly Step Results entry point, which can affect performance.
See Also
Execution.MaximumResultsPerPostResultsCallback
Execution.PostResultsCallback_PreFlushMask
Execution.PostResultsCallbackInterval
Execution.PostResultsCallbackMask
Execution.PostResultsCallbackOptions