Analytics.TERR.Engine.stopEngine()

Signature

void stopEngine(String engine)

Domain

ACTION

Description

Stops the given engine. If engine pool name is passed as a parameter, all the engines will be stopped in the engine pool

Parameters

NameTypeDescription
engineStringEngine or Engine Pool Name

Returns

TypeDescription
void

Cautions

none

Example

Analytics.Engine.stopEngine("engine1");