Class RuntimeParameter

java.lang.Object
com.inductiveautomation.ignition.common.config.BasicProperty<Object>
com.inductiveautomation.ignition.common.config.RuntimeParameter
All Implemented Interfaces:
Property<Object>, Serializable

public class RuntimeParameter extends BasicProperty<Object>
This is a special type of property that indicates that we want the current runtime value of a parameter as opposed to the config value. This is because a parameter is normally a ParameterValue- but when it runs, we want the actual internal value- say "1", or the bound value result. This is used by the ExecutableTagPropertyModel to distinguish between those two options.
See Also: