You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
<methodname="SetParameterOverride"description="overrides a parameter with a certain value. Fails if parameter group or parameter does not exist. Fails if Value is not fitting the parameter type.">
842
+
<paramname="ParameterPath"type="string"pass="in"description="Path of the parameter. Example: main.configgroup.currentjob" />
843
+
<paramname="ParameterValue"type="string"pass="in"description="New Value of the parameter" />
844
+
</method>
845
+
841
846
<methodname="StartAllThreads"description="starts the threads for all the state machines.">
* CMCContext::SetParameterOverride - overrides a parameter with a certain value. Fails if parameter group or parameter does not exist. Fails if Value is not fitting the parameter type.
2566
+
* @param[in] sParameterPath - Path of the parameter. Example: main.configgroup.currentjob
2567
+
* @param[in] sParameterValue - New Value of the parameter
* @param[in] pXSDResourceName - XSD Resource Name. Resource MUST exist.
9001
+
* @param[in] pDefaultXMLResourceName - Default XML Resource Name. Resource MUST exist.
9002
+
* @param[in] nXSDVersion - New Version to add. MUST be larger than GetLatestXSDVersion if FailIfExisting is true.
9003
+
* @param[in] bFailIfExisting - If true, the call will fail if XSDVersion is not larger than GetLatestXSDVersion. If false, the call will return the new XSDInstance, if XSDVersion is larger than GetLatestXSDVersion, null otherwise.
9004
+
* @param[out] pXSDInstance - Returns the new XSD of the configuration type, if it has been newly registered.
0 commit comments