Analytics.TERR.Engine.setEngineParameters()

Signature

void setEngineParameters(String engine, String Parameters)

Domain

ACTION

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

NameTypeDescription
engineStringEngine or Engine Pool Name
ParametersStringEngine Parameters

Returns

TypeDescription
Void

Cautions

none

Example

Analytics.Engine.setEngineParameters("engine1", "Session.SaveHistory");