Analytics.Engine.createEngines()

Signature

void createEngines(int numberOfEngines, boolean startEngines)

Domain

ACTION

Description

Create a pool of TERR Engines and optionally starts them if the 'startEngines' parameter is true

Parameters

NameTypeDescription
numberOfEnginesintNumber of engines to create
startEnginesBooleanIf the argument startEngines is true, the terr engines are started after creation

Returns

TypeDescription
void

Cautions

none

Example

Analytics.Engine.createEngines(5, true);