Analytics.Engine.stopEngine()

Signature

void stopEngine(String engine)

Domain

ACTION

Description

Stops the given engine

Parameters

NameTypeDescription
engineStringEngine Name

Returns

TypeDescription
void

Cautions

none

Example

Analytics.Engine.stopEngine("engine1");