Analytics.Engine.startEngine()
Signature
void startEngine(String engine)
Description
Starts the given engine or engine pool.
Parameters
Name | Type | Description |
engine | String | Engine or Engine Pool Name |
Cautions
A given engine or engine pool should be started only once. If engine pool name is passed as a parameter, all the engines will be started in the engine pool
Example
Analytics.Engine.startEngine("engine1");