Analytics.TERR.Engine.setEngineParameters()
Signature
void setEngineParameters(String engine, String Parameters)
Description
Set the engine parameters that control the initialization and execution of the spawned TERR engine.If engine pool name is passed as a parameter, the engine parameters will be set to all the engines in the engine pool
Parameters
Name | Type | Description |
engine | String | Engine or Engine Pool Name |
Parameters | String | Engine Parameters |
Example
Analytics.Engine.setEngineParameters("engine1", "Session.SaveHistory");