Analytics.Engine.stopEngine()
Signature
void stopEngine(String engine)
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
Name | Type | Description |
engine | String | Engine or Engine Pool Name |
Example
Analytics.Engine.stopEngine("engine1");