SaveRunControlParms method: CONQRSMGR class
Syntax
SaveRunControlParms(runCntlID)
Description
Use this method to save the in-memory process request parameter array to the database. This method is also called internally from the SetRunControlData method when IsChangeDB is true.
Parameters
| Parameter | Description |
|---|---|
|
runCntlID |
Specifies the run control ID as a string. |
Returns
A Boolean value: True if the save was successful, False otherwise.
Related Topics