CheckUpdatedStatusOptions
- Updated2025-07-21
- 1 minute(s) read
CheckUpdatedStatusOptions
These constants represent the values you can use with the options parameter of the LabVIEWNXGModule.HavePropertiesChanged method. Use the bitwise-OR operator to specify more than one option.
- CheckUpdatedStatusOption_All –(Value: 0x0) Perform validations for all the options.
- CheckUpdatedStatusOption_ExpectedGLLPath –(Value: 0x8) Validate that the GLL configured in the GLL Path property of the module matches the output path specified in the LabVIEW NXG component (.gcomp) selected in the step.
- CheckUpdatedStatusOption_GVIChecksum –(Value: 0x2) Validate that the checksum of the GVI matches the checksum value stored in the module. Checksum changes indicate that the parameters or namespace of the GVI has changed from when the module was configured/last reloaded.
- CheckUpdatedStatusOption_GVIDescription –(Value: 0x1) Validate if GVI description changed.
- CheckUpdatedStatusOption_GVIState –(Value: 0x4) Validate if GVI is broken.
- CheckUpdatedStatusOption_QualifiedNamePresentInGLL –(Value: 0x10) Validate that the GVI specified in the module is contained in the component(.gcomp) specified in the Module Qualified Name.