TypeConflictHandlerTypes
- Updated2025-07-21
- 1 minute(s) read
TypeConflictHandlerTypes
These constants specify how TestStand responds when encountering two conflicting definitions for the same type. Type conflicts generally occur when TestStand reads a type from a sequence file that has a different structure than the type already loaded.
- ConflictHandler_Error –(Value: 1) Specifies that the method returns an error if type conflicts exist.
- ConflictHandler_Prompt –(Value: 3) Specifies that the method prompts the user with a dialog box to resolve each type conflict.
- ConflictHandler_UseGlobalType –(Value: 4) Specifies that the method converts the conflicting type to the currently loaded (global) type if a type conflict exists.