GetUpdatedStatusOptions
- 已更新2025-07-21
- 閱讀時間為 1 分鐘
GetUpdatedStatusOptions
These constants represent the values you can use with the changedProperties parameter of the LabVIEWNXGModule.HavePropertiesChanged method. Use these constants with the bitwise-OR operator on the value returned in the changedProperties parameter to determine what has changed in module. If the bitwise-OR returns true , then that property or value has changed in the module.
- GetUpdatedStatusOption_ExpectedGLLPathChanged –(Value: 0x8) The GLL specified by the GLL Path property does not match the GLL output path of the component selected in the Module Qualified Name. The GLL specified in the step should exactly match the GLL output determined by the project, target and component selected in the step, if any. A mismatch could mean that two different GVIs are being run when the module is executed in the LabVIEW NXG Development System vs when the module is executed in the Runtime Engine.
- GetUpdatedStatusOption_GVIChecksumChanged –(Value: 0x2) The checksum of the GVI has changed. This indicates that the parameters or namespace of the GVI has changed from when the step was last configured.
- GetUpdatedStatusOption_GVIDescriptionChanged –(Value: 0x1) The GVI description has changed.
- GetUpdatedStatusOption_GVIStateChanged –(Value: 0x4) The GVI is broken or not in a runnable state.
- GetUpdatedStatusOption_None –(Value: 0x0) None of the validations specified by the options parameter in LabVIEWNXgModule.HavePropertiesChanged failed.
- GetUpdatedStatusOption_QualifiedNamePresentInGLL –(Value: 0x10) The GVI selected in the Module Name property is absent in the GLL specified in the step.