GetRuleAnalysisDataOptions

Use this enumeration with the AnalysisContext.GetRuleAnalysisData method.

  • GetRuleAnalysisDataOption_Lock –(Value: 0x1) Locks the data and prevents other threads from accessing the data. You must use this option if you change any of the rule analysis data. The TestStand Sequence Analyzer unlocks the data after the call to the analysis module completes.
  • GetRuleAnalysisDataOption_NoOptions –(Value: 0x0) No options.

See Also

AnalysisContext.GetRuleAnalysisData