Analytics.Engine.startEngine()

Signature

void startEngine(String engine)

Domain

ACTION

Description

Starts the given engine or engine pool.

Parameters

NameTypeDescription
engineStringEngine or Engine Pool Name

Returns

TypeDescription
void

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");