Flags Enumerations and Bitwise OR Semantics

TestStand enumerations may be designated as "flags." This is conceptually similar to adding the [Flags] attribute to an enumeration in .NET, although the functionality is different. In TestStand, flags enumerations support bitwise semantics to specify combinations of enumerators. Non-flags enumerations do not support these semantics. Use the Edit Enumerators dialog box to specify that an enumeration data type is a flags enumeration.