AdditionalResult.CheckedState

Syntax

AdditionalResult.CheckedState

Data Type

CheckedStates

Use the following constants with this data type:

  • CheckedState_Checked –(Value: 2) Specifies to log the additional result.
  • CheckedState_Indeterminate –(Value: 3) Specifies to log the additional result for some but not all members of the AdditionalResult.Elements collection.
  • CheckedState_Unchecked –(Value: 1) Specifies not to log the additional result.

Purpose

Specifies to log the additional result. If the CheckedState property is CheckedState_Unchecked , TestStand does not log the additional result. The value of the CheckedState property reflects the CheckedState of the AdditionalResult.Elements collection when the Elements collection is not empty. If all the Elements have the same CheckedState value, the CheckedState property uses the CheckedState value of the Elements. If all the Elements do not have the same CheckedState value, the value of the AdditionalResult.CheckedState property is CheckedState_Indeterminate .

Setting the CheckedState property value sets the CheckedState value of all Elements to the same value and updates the CheckedState value of the AdditionalResult.ParentAdditionalResult property.

See Also

AdditionalResult.Condition

AdditionalResult.Elements

AdditionalResult.ParentAdditionalResult