My customer wants his TestStand 2 customization to log a set of property flags pertaining to step types to the associated database (specifically, the PropFlags_IncludeInReport value).
Is there anything in the standard Logging structure which holds the values of these flags? If not, what would be my best approach to forwarding the relevant information?
DGM - The only way for the logging feature to access such information is if the API was accessible from the expression language, and this is not the case. I cannot think of any way to do this right now.