NI_ModelPluginConfigurationRuntimeVariables
- Updated2025-07-21
- 1 minute(s) read
NI_ModelPluginConfigurationRuntimeVariables
This data type specifies information that controls the execution of the model and model plugins, including the order in which the plugin entry points are invoked and whether the process model displays dialog prompts to the user.
- RunOrders —Contains an array of reference sub-properties for each type of model plugin entry point invoked at runtime. The reference elements refer to instances of NI_ModelPlugin in the NI_ModelPluginConfiguration.Plugins arrray. The order of the references in each array defines the order in which the process model invokes the plugins that define the entry point. You can re-order the items in these arrays in a ModelPluginConfiguration callback in client sequence file, in a Model Plugin - Initialize or a Model Plugin - Begin entry points of a model plugin, or in a process model immediately after a call to Model Plugins - Begin .
Other fields in this data type that are not described here are reserved for the process model implementation.