Execution.PostResultsCallback_PreFlushMask
- Updated2025-07-21
- 1 minute(s) read
Execution.PostResultsCallback_PreFlushMask
Syntax
Execution.PostResultsCallback_PreFlushMask
Data Type
Purpose
TestStand calls PostResults callbacks with all accumulated results before entering any sequence you specify using this property.
Remarks
You typically set 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_PostFlushMask
Execution.PostResultsCallbackInterval
Execution.PostResultsCallbackMask
Execution.PostResultsCallbackOptions